GoogleApi.GameServices.V1beta.Model.DeployedFleetDetails (google_api_game_services v0.8.1) View Source

Details of the deployed Agones fleet.

Attributes

  • deployedAutoscaler (type: GoogleApi.GameServices.V1beta.Model.DeployedFleetAutoscaler.t, default: nil) - Information about the Agones autoscaler for that fleet.
  • deployedFleet (type: GoogleApi.GameServices.V1beta.Model.DeployedFleet.t, default: nil) - Information about the Agones fleet.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GameServices.V1beta.Model.DeployedFleetDetails{
  deployedAutoscaler:
    GoogleApi.GameServices.V1beta.Model.DeployedFleetAutoscaler.t() | nil,
  deployedFleet: GoogleApi.GameServices.V1beta.Model.DeployedFleet.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.