ChangePointDetectRequest.Period Property

Definition

[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