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

Encapsulates Agones fleet spec and Agones autoscaler spec sources.

Attributes

  • gameServerConfigName (type: String.t, default: nil) - The Game Server Config resource. Uses the form:

    projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}.

  • name (type: String.t, default: nil) - The name of the Agones leet config or Agones scaling config used to derive the Agones fleet or Agones autoscaler spec.

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.SpecSource{
  gameServerConfigName: String.t(),
  name: String.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.