Class RichMenuBatchProgressResponse
public class RichMenuBatchProgressResponse : IAdditionalDataHolder, IParsable
- Inheritance
-
RichMenuBatchProgressResponse
- Implements
-
IAdditionalDataHolderIParsable
- Inherited Members
Constructors
RichMenuBatchProgressResponse()
Instantiates a new RichMenuBatchProgressResponse and sets the default values.
public RichMenuBatchProgressResponse()
Properties
AcceptedTime
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
public DateTimeOffset? AcceptedTime { get; set; }
Property Value
AdditionalData
Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
CompletedTime
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
public DateTimeOffset? CompletedTime { get; set; }
Property Value
Phase
The current status. One of:ongoing: Rich menu batch control is in progress.succeeded: Rich menu batch control is complete.failed: Rich menu batch control failed. This means that the rich menu for one or more users couldn't be controlled. There may also be users whose operations have been successfully completed.
public RichMenuBatchProgressPhase? Phase { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static RichMenuBatchProgressResponse CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNodeIParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writerISerializationWriterSerialization writer to use to serialize this model