View Source GoogleApi.Games.V1.Model.PlayerLeaderboardScoreListResponse (google_api_games v0.26.1)
A list of player leaderboard scores.
Attributes
-
items
(type:list(GoogleApi.Games.V1.Model.PlayerLeaderboardScore.t)
, default:nil
) - The leaderboard scores. -
kind
(type:String.t
, default:nil
) - Uniquely identifies the type of this resource. Value is always the fixed stringgames#playerLeaderboardScoreListResponse
. -
nextPageToken
(type:String.t
, default:nil
) - The pagination token for the next page of results. -
player
(type:GoogleApi.Games.V1.Model.Player.t
, default:nil
) - The Player resources for the owner of this score.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.PlayerLeaderboardScoreListResponse{ items: [GoogleApi.Games.V1.Model.PlayerLeaderboardScore.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil, player: GoogleApi.Games.V1.Model.Player.t() | nil }