Table of Contents

Class RichMenuBatchProgressResponse

Namespace
Line.OpenApi.Messaging.Generated.Api.Models
Assembly
Line.OpenApi.Messaging.dll
public class RichMenuBatchProgressResponse : IAdditionalDataHolder, IParsable
Inheritance
RichMenuBatchProgressResponse
Implements
IAdditionalDataHolder
IParsable
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

DateTimeOffset?

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

IDictionary<string, object>

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

DateTimeOffset?

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

RichMenuBatchProgressPhase?

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static RichMenuBatchProgressResponse CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

RichMenuBatchProgressResponse

A RichMenuBatchProgressResponse

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

writer ISerializationWriter

Serialization writer to use to serialize this model