v2.0.0
Latest
2021.3+

Class PaginationOptions

Inheritance
PaginationOptions
Namespace: Unity.Services.Leaderboards
Syntax
public class PaginationOptions

Properties

IncludeMetadata

Declaration
public bool? IncludeMetadata { get; set; }
Property Value
TypeDescription
Nullable<Boolean>

Limit

Declaration
public int? Limit { get; set; }
Property Value
TypeDescription
Nullable<Int32>

Offset

Declaration
public int? Offset { get; set; }
Property Value
TypeDescription
Nullable<Int32>