v2.0.0
Latest
2021.3+
Class PaginationOptions
Namespace: Unity.Services.Leaderboards
Syntax
public class PaginationOptions
Properties
IncludeMetadata
Declaration
public bool? IncludeMetadata { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
Limit
Declaration
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Offset
Declaration
public int? Offset { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |