GoogleApi.Games.V1.Model.PlayerScoreSubmissionList (google_api_games v0.23.0) View Source
A list of score submission requests.
Attributes
-
kind(type:String.t, default:nil) - Uniquely identifies the type of this resource. Value is always the fixed stringgames#playerScoreSubmissionList. -
scores(type:list(GoogleApi.Games.V1.Model.ScoreSubmission.t), default:nil) - The score submissions.
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.PlayerScoreSubmissionList{
kind: String.t() | nil,
scores: [GoogleApi.Games.V1.Model.ScoreSubmission.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.