google_api_games v0.15.0 GoogleApi.Games.V1.Model.MetagameConfig View Source
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:nil
) - Uniquely identifies the type of this resource. Value is always the fixed stringgames#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
Specs
t() :: %GoogleApi.Games.V1.Model.MetagameConfig{ currentVersion: integer(), kind: String.t(), playerLevels: [GoogleApi.Games.V1.Model.PlayerLevel.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.