line_messaging_api 0.0.3

This document describes LINE Messaging API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# RichMenuBatchProgressResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**phase** | [**crate::models::RichMenuBatchProgressPhase**]RichMenuBatchProgressPhase.md |  | 
**accepted_time** | **String** | The accepted time in milliseconds of the request of batch control the rich menu.  Format: ISO 8601 (e.g. 2023-06-08T10:15:30.121Z) Timezone: UTC  | 
**completed_time** | Option<**String**> | The completed time in milliseconds of rich menu batch control. Returned when the phase property is succeeded or failed.  Format: ISO 8601 (e.g. 2023-06-08T10:15:30.121Z) Timezone: UTC  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)