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