GoogleApi.GameServices.V1.Model.GameServerConfigOverride (google_api_game_services v0.11.1) 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.V1.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
Specs
t() :: %GoogleApi.GameServices.V1.Model.GameServerConfigOverride{ configVersion: String.t() | nil, realmsSelector: GoogleApi.GameServices.V1.Model.RealmSelector.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.