GoogleApi.Games.V1.Model.PlayerScoreSubmissionList (google_api_games v0.20.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 string games#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(),
  scores: [GoogleApi.Games.V1.Model.ScoreSubmission.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.