TermsPaging.Offset Property

Definition

Gets or sets offset details.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to