GoogleApi.GameServices.V1.Model.FleetConfig (google_api_game_services v0.8.1) 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

Specs

t() :: %GoogleApi.GameServices.V1.Model.FleetConfig{
  fleetSpec: String.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.