Class Pagination
Inherited Members
Namespace: Crowdin.Api
Assembly: Crowdin.Api.dll
Syntax
public class Pagination
Properties
| Edit this page View SourceLimit
Declaration
[JsonProperty("limit")]
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
int |
Offset
Declaration
[JsonProperty("offset")]
public int Offset { get; set; }
Property Value
Type | Description |
---|---|
int |