Class LeaderboardVersionTierScoresPage
LeaderboardVersionTierScoresPage
Inherited Members
Namespace: Unity.Services.Apis.Admin.Leaderboards
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "LeaderboardVersionTierScoresPage")]
[Preserve]
public class LeaderboardVersionTierScoresPage
Constructors
LeaderboardVersionTierScoresPage(string, LeaderboardVersion, int, int, int, List<LeaderboardEntry>)
Initializes a new instance of the Leaderboard
Declaration
[Preserve]
public LeaderboardVersionTierScoresPage(string tier = null, LeaderboardVersion version = null, int offset = 0, int limit = 0, int total = 0, List<LeaderboardEntry> results = null)
Parameters
Type | Name | Description |
---|---|---|
string | tier | tier. |
Leaderboard |
version | version. |
int | offset | offset. |
int | limit | limit. |
int | total | total. |
List<Leaderboard |
results | results. |
Properties
Limit
Gets or Sets Limit
Declaration
[DataMember(Name = "limit", EmitDefaultValue = false)]
[Preserve]
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
int |
Offset
Gets or Sets Offset
Declaration
[DataMember(Name = "offset", EmitDefaultValue = false)]
[Preserve]
public int Offset { get; set; }
Property Value
Type | Description |
---|---|
int |
Results
Gets or Sets Results
Declaration
[DataMember(Name = "results", EmitDefaultValue = false)]
[Preserve]
public List<LeaderboardEntry> Results { get; set; }
Property Value
Type | Description |
---|---|
List<Leaderboard |
Tier
Gets or Sets Tier
Declaration
[DataMember(Name = "tier", EmitDefaultValue = false)]
[Preserve]
public string Tier { get; set; }
Property Value
Type | Description |
---|---|
string |
Total
Gets or Sets Total
Declaration
[DataMember(Name = "total", EmitDefaultValue = false)]
[Preserve]
public int Total { get; set; }
Property Value
Type | Description |
---|---|
int |
_Version
Gets or Sets _Version
Declaration
[DataMember(Name = "version", EmitDefaultValue = false)]
[Preserve]
public LeaderboardVersion _Version { get; set; }
Property Value
Type | Description |
---|---|
Leaderboard |