GoogleApi.Games.V1.Model.PlayerScoreSubmissionList (google_api_games v0.26.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Games.V1.Model.PlayerScoreSubmissionList{
  kind: String.t() | nil,
  scores: [GoogleApi.Games.V1.Model.ScoreSubmission.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.