Class LeaderboardScoreRank
A score rank in a leaderboard.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class LeaderboardScoreRank : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FormattedNumScores
The number of scores in the leaderboard as a string.
Declaration
[JsonProperty("formattedNumScores")]
public virtual string FormattedNumScores { get; set; }
Property Value
Type | Description |
---|---|
string |
FormattedRank
The rank in the leaderboard as a string.
Declaration
[JsonProperty("formattedRank")]
public virtual string FormattedRank { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string
games#leaderboardScoreRank
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
NumScores
The number of scores in the leaderboard.
Declaration
[JsonProperty("numScores")]
public virtual long? NumScores { get; set; }
Property Value
Type | Description |
---|---|
long? |
Rank
The rank in the leaderboard.
Declaration
[JsonProperty("rank")]
public virtual long? Rank { get; set; }
Property Value
Type | Description |
---|---|
long? |