次の方法で共有


CreateVideoReviewsBodyItem.Status プロパティ

定義

ビデオの状態 (Complete、Unpublished、Pending) を取得または設定します。 指定できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象