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

Fleet configs for Agones.

Attributes

  • fleetSpec (type: String.t, default: nil) - Agones fleet spec. Example spec: https://agones.dev/site/docs/reference/fleet/.
  • name (type: String.t, default: nil) - The name of the FleetConfig.

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.FleetConfig{
  fleetSpec: 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.