View Source GoogleApi.Games.V1.Model.PlayerScoreSubmissionList (google_api_games v0.26.1)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.PlayerScoreSubmissionList{ kind: String.t() | nil, scores: [GoogleApi.Games.V1.Model.ScoreSubmission.t()] | nil }