View Source GoogleApi.Games.V1.Model.PlayerLeaderboardScore (google_api_games v0.26.1)
A player leaderboard score object.
Attributes
-
friendsRank(type:GoogleApi.Games.V1.Model.LeaderboardScoreRank.t, default:nil) - The rank of the score in the friends collection for this leaderboard. -
kind(type:String.t, default:nil) - Uniquely identifies the type of this resource. Value is always the fixed stringgames#playerLeaderboardScore. -
leaderboard_id(type:String.t, default:nil) - The ID of the leaderboard this score is in. -
publicRank(type:GoogleApi.Games.V1.Model.LeaderboardScoreRank.t, default:nil) - The public rank of the score in this leaderboard. This object will not be present if the user is not sharing their scores publicly. -
scoreString(type:String.t, default:nil) - The formatted value of this score. -
scoreTag(type:String.t, default:nil) - Additional information about the score. Values must contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986. -
scoreValue(type:String.t, default:nil) - The numerical value of this score. -
socialRank(type:GoogleApi.Games.V1.Model.LeaderboardScoreRank.t, default:nil) - The social rank of the score in this leaderboard. -
timeSpan(type:String.t, default:nil) - The time span of this score. -
writeTimestamp(type:String.t, default:nil) - The timestamp at which this score was recorded, in milliseconds since the epoch in UTC.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.PlayerLeaderboardScore{ friendsRank: GoogleApi.Games.V1.Model.LeaderboardScoreRank.t() | nil, kind: String.t() | nil, leaderboard_id: String.t() | nil, publicRank: GoogleApi.Games.V1.Model.LeaderboardScoreRank.t() | nil, scoreString: String.t() | nil, scoreTag: String.t() | nil, scoreValue: String.t() | nil, socialRank: GoogleApi.Games.V1.Model.LeaderboardScoreRank.t() | nil, timeSpan: String.t() | nil, writeTimestamp: String.t() | nil }