Class PaginationOptions
Inherited Members
Namespace: Unity.Services.Leaderboards
Assembly: Unity.Services.Leaderboards.dll
Syntax
public class PaginationOptions
Properties
Limit
Declaration
public int? Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Offset
Declaration
public int? Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |