google_api_game_services v0.2.2 GoogleApi.GameServices.V1beta.Model.DeployedFleetDetails 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

Link to this type

t()

View Source
t() :: %GoogleApi.GameServices.V1beta.Model.DeployedFleetDetails{
  deployedAutoscaler:
    GoogleApi.GameServices.V1beta.Model.DeployedFleetAutoscaler.t(),
  deployedFleet: GoogleApi.GameServices.V1beta.Model.DeployedFleet.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.