View Source GoogleApi.Games.V1.Model.PlayerScoreSubmissionList (google_api_games v0.24.0)

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.

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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.