Class Pagination
Inheritance
System.Object
Pagination
Namespace: Crowdin.Api
Assembly: Crowdin.Api.dll
Syntax
public class Pagination : object
Properties
| Improve this Doc View SourceLimit
Declaration
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Offset
Declaration
public int Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |