Class PlayerScoreResponse
A list of leaderboard entry resources.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class PlayerScoreResponse : IDirectResponseSchema
Properties
BeatenScoreTimeSpans
The time spans where the submitted score is better than the existing score for that time span.
Declaration
[JsonProperty("beatenScoreTimeSpans")]
public virtual IList<string> BeatenScoreTimeSpans { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FormattedScore
The formatted value of the submitted score.
Declaration
[JsonProperty("formattedScore")]
public virtual string FormattedScore { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#playerScoreResponse
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LeaderboardId
The leaderboard ID that this score was submitted to.
Declaration
[JsonProperty("leaderboardId")]
public virtual string LeaderboardId { get; set; }
Property Value
Type | Description |
---|---|
string |
ScoreTag
Additional information about this score. Values will 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 |
UnbeatenScores
The scores in time spans that have not been beaten. As an example, the submitted score may be better than
the player's DAILY
score, but not better than the player's scores for the WEEKLY
or ALL_TIME
time
spans.
Declaration
[JsonProperty("unbeatenScores")]
public virtual IList<PlayerScore> UnbeatenScores { get; set; }
Property Value
Type | Description |
---|---|
IList<PlayerScore> |