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

A score rank in a leaderboard.

Attributes

  • formattedNumScores (type: String.t, default: nil) - The number of scores in the leaderboard as a string.
  • formattedRank (type: String.t, default: nil) - The rank in the leaderboard as a string.
  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboardScoreRank.
  • numScores (type: String.t, default: nil) - The number of scores in the leaderboard.
  • rank (type: String.t, default: nil) - The rank in the leaderboard.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Games.V1.Model.LeaderboardScoreRank{
  formattedNumScores: String.t() | nil,
  formattedRank: String.t() | nil,
  kind: String.t() | nil,
  numScores: String.t() | nil,
  rank: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.