共用方式為


CreateVideoReviewsBodyItem.Status Property

Definition

Gets or sets status of the video(Complete,Unpublished,Pending). Possible values include: 'Complete', 'Unpublished', 'Pending'

[Newtonsoft.Json.JsonProperty(PropertyName="Status")]
public string Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Status")>]
member this.Status : string with get, set
Public Property Status As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to