GoogleApi.Games.V1.Model.LeaderboardScores (google_api_games v0.22.0) View Source
A ListScores response.
Attributes
-
items
(type:list(GoogleApi.Games.V1.Model.LeaderboardEntry.t)
, default:nil
) - The scores in the leaderboard. -
kind
(type:String.t
, default:nil
) - Uniquely identifies the type of this resource. Value is always the fixed stringgames#leaderboardScores
. -
nextPageToken
(type:String.t
, default:nil
) - The pagination token for the next page of results. -
numScores
(type:String.t
, default:nil
) - The total number of scores in the leaderboard. -
playerScore
(type:GoogleApi.Games.V1.Model.LeaderboardEntry.t
, default:nil
) - 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, thescoreRank
andformattedScoreRank
values will not be present. -
prevPageToken
(type:String.t
, default:nil
) - The pagination token for the previous page of results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Games.V1.Model.LeaderboardScores{ items: [GoogleApi.Games.V1.Model.LeaderboardEntry.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil, numScores: String.t() | nil, playerScore: GoogleApi.Games.V1.Model.LeaderboardEntry.t() | nil, prevPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.