GoogleApi.GamesConfiguration.V1configuration.Model.LeaderboardConfiguration (google_api_games_configuration v0.11.0) View Source
An leaderboard configuration resource.
Attributes
-
draft
(type:GoogleApi.GamesConfiguration.V1configuration.Model.LeaderboardConfigurationDetail.t
, default:nil
) - The draft data of the leaderboard. -
id
(type:String.t
, default:nil
) - The ID of the leaderboard. -
kind
(type:String.t
, default:nil
) - Uniquely identifies the type of this resource. Value is always the fixed stringgamesConfiguration#leaderboardConfiguration
. -
published
(type:GoogleApi.GamesConfiguration.V1configuration.Model.LeaderboardConfigurationDetail.t
, default:nil
) - The read-only published data of the leaderboard. -
scoreMax
(type:String.t
, default:nil
) - Maximum score that can be posted to this leaderboard. -
scoreMin
(type:String.t
, default:nil
) - Minimum score that can be posted to this leaderboard. -
scoreOrder
(type:String.t
, default:nil
) - -
token
(type:String.t
, default:nil
) - The token for this resource.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.GamesConfiguration.V1configuration.Model.LeaderboardConfiguration{ draft: GoogleApi.GamesConfiguration.V1configuration.Model.LeaderboardConfigurationDetail.t() | nil, id: String.t() | nil, kind: String.t() | nil, published: GoogleApi.GamesConfiguration.V1configuration.Model.LeaderboardConfigurationDetail.t() | nil, scoreMax: String.t() | nil, scoreMin: String.t() | nil, scoreOrder: String.t() | nil, token: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.