A ListScores response.
JSON representation |
---|
{ "kind": string, "nextPageToken": string, "prevPageToken": string, "numScores": string, "playerScore": { object ( |
Fields | |
---|---|
kind |
Uniquely identifies the type of this resource. Value is always the fixed string |
nextPageToken |
The pagination token for the next page of results. |
prevPageToken |
The pagination token for the previous page of results. |
numScores |
The total number of scores in the leaderboard. |
playerScore |
The score of the requesting player on the leaderboard. The player's score may appear both here and in the list of scores above. If you are viewing a public leaderboard and the player is not sharing their gameplay information publicly, the |
items[] |
The scores in the leaderboard. |
LeaderboardEntry
The Leaderboard Entry resource.
JSON representation |
---|
{ "kind": string, "player": { object ( |
Fields | |
---|---|
kind |
Uniquely identifies the type of this resource. Value is always the fixed string |
player |
The player who holds this score. |
scoreRank |
The rank of this score for this leaderboard. |
formattedScoreRank |
The localized string for the rank of this score for this leaderboard. |
scoreValue |
The numerical value of this score. |
formattedScore |
The localized string for the numerical value of this score. |
timeSpan |
The time span of this high score. |
writeTimestampMillis |
The timestamp at which this score was recorded, in milliseconds since the epoch in UTC. |
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. |