Declaration
public TermsPaging (Nullable<int> total = null, Nullable<int> limit = null, Nullable<int> offset = null, Nullable<int> returned = null);
Parameters
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Limit")]
public Nullable<int> Limit { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Offset")]
public Nullable<int> Offset { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Returned")]
public Nullable<int> Returned { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Total")]
public Nullable<int> Total { get; set; }
Property Value