Class PagingParams
PagingParams
Inherited Members
Namespace: Unity.Services.Apis.Leaderboards
Assembly: solution.dll
Syntax
[Preserve]
public class PagingParams
Constructors
PagingParams(int, int, int)
Initializes a new instance of the PagingParams class.
Declaration
[Preserve]
public PagingParams(int offset = 0, int limit = 0, int total = 0)
Parameters
Type | Name | Description |
---|---|---|
int | offset | offset. |
int | limit | limit. |
int | total | total. |
Properties
Limit
Gets or Sets Limit
Declaration
[Preserve]
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
int |
Offset
Gets or Sets Offset
Declaration
[Preserve]
public int Offset { get; set; }
Property Value
Type | Description |
---|---|
int |
Total
Gets or Sets Total
Declaration
[Preserve]
public int Total { get; set; }
Property Value
Type | Description |
---|---|
int |