GoogleApi.GameServices.V1.Model.TargetFleetDetails (google_api_game_services v0.8.1) View Source

Details of the target Agones fleet.

Attributes

  • autoscaler (type: GoogleApi.GameServices.V1.Model.TargetFleetAutoscaler.t, default: nil) - Reference to target Agones fleet autoscaling policy.
  • fleet (type: GoogleApi.GameServices.V1.Model.TargetFleet.t, default: nil) - Reference to target 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.V1.Model.TargetFleetDetails{
  autoscaler: GoogleApi.GameServices.V1.Model.TargetFleetAutoscaler.t() | nil,
  fleet: GoogleApi.GameServices.V1.Model.TargetFleet.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.