Request.Period Property

Definition

Gets or sets optional argument, periodic value of a time series. If the value is null or does not present, the API will determine the period automatically.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to