google_api_game_services v0.2.2 GoogleApi.GameServices.V1beta.Model.GameServerConfigOverride View Source

A Game Server Config override.

Attributes

  • configVersion (type: String.t, default: nil) - The game server config for this override.
  • realmsSelector (type: GoogleApi.GameServices.V1beta.Model.RealmSelector.t, default: nil) - Selector for choosing applicable realms.

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.GameServices.V1beta.Model.GameServerConfigOverride{
  configVersion: String.t(),
  realmsSelector: GoogleApi.GameServices.V1beta.Model.RealmSelector.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.