共用方式為


CreateVideoReviewsBodyItem.Timescale Property

Definition

Gets or sets timescale of the video.

[Newtonsoft.Json.JsonProperty(PropertyName="Timescale")]
public int? Timescale { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Timescale")>]
member this.Timescale : Nullable<int> with get, set
Public Property Timescale As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to