google_api_games v0.2.0 GoogleApi.Games.V1.Model.MetagameConfig View Source

This is a JSON template for the metagame config resource

Attributes

  • currentVersion (integer()): Current version of the metagame configuration data. When this data is updated, the version number will be increased by one. Defaults to: null.
  • kind (String.t): Uniquely identifies the type of this resource. Value is always the fixed string games#metagameConfig. Defaults to: null.
  • playerLevels ([PlayerLevel]): The list of player levels. Defaults to: null.

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 Source
t() :: %GoogleApi.Games.V1.Model.MetagameConfig{
  currentVersion: any(),
  kind: any(),
  playerLevels: [GoogleApi.Games.V1.Model.PlayerLevel.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.