google_api_games v0.17.0 GoogleApi.Games.V1.Model.PlayerScore View Source

A player score.

Attributes

  • formattedScore (type: String.t, default: nil) - The formatted score for this player score.
  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#playerScore.
  • score (type: String.t, default: nil) - The numerical value for this player score.
  • scoreTag (type: String.t, default: nil) - Additional information about this score. Values will contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.
  • timeSpan (type: String.t, default: nil) - The time span for this player score.

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.PlayerScore{
  formattedScore: String.t(),
  kind: String.t(),
  score: String.t(),
  scoreTag: String.t(),
  timeSpan: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.