Class LeaderboardEntry
The Leaderboard Entry resource.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class LeaderboardEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FormattedScore
The localized string for the numerical value of this score.
Declaration
[JsonProperty("formattedScore")]
public virtual string FormattedScore { get; set; }
Property Value
Type | Description |
---|---|
string |
FormattedScoreRank
The localized string for the rank of this score for this leaderboard.
Declaration
[JsonProperty("formattedScoreRank")]
public virtual string FormattedScoreRank { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboardEntry
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Player
The player who holds this score.
Declaration
[JsonProperty("player")]
public virtual Player Player { get; set; }
Property Value
Type | Description |
---|---|
Player |
ScoreRank
The rank of this score for this leaderboard.
Declaration
[JsonProperty("scoreRank")]
public virtual long? ScoreRank { get; set; }
Property Value
Type | Description |
---|---|
long? |
ScoreTag
Additional information about the score. Values must contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.
Declaration
[JsonProperty("scoreTag")]
public virtual string ScoreTag { get; set; }
Property Value
Type | Description |
---|---|
string |
ScoreValue
The numerical value of this score.
Declaration
[JsonProperty("scoreValue")]
public virtual long? ScoreValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
TimeSpan
The time span of this high score.
Declaration
[JsonProperty("timeSpan")]
public virtual string TimeSpan { get; set; }
Property Value
Type | Description |
---|---|
string |
WriteTimestampMillis
The timestamp at which this score was recorded, in milliseconds since the epoch in UTC.
Declaration
[JsonProperty("writeTimestampMillis")]
public virtual long? WriteTimestampMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |