google_api_games v0.10.0 GoogleApi.Games.V1.Model.MetagameConfig View Source
This is a JSON template for the metagame config resource
Attributes
currentVersion(type:integer(), default:nil) - Current version of the metagame configuration data. When this data is updated, the version number will be increased by one.kind(type:String.t, default:games#metagameConfig) - Uniquely identifies the type of this resource. Value is always the fixed string games#metagameConfig.playerLevels(type:list(GoogleApi.Games.V1.Model.PlayerLevel.t), default:nil) - The list of player levels.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Games.V1.Model.MetagameConfig{
currentVersion: integer(),
kind: String.t(),
playerLevels: [GoogleApi.Games.V1.Model.PlayerLevel.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.