GoogleApi.GameServices.V1.Model.DeployedClusterState (google_api_game_services v0.8.0) View Source

The game server cluster changes made by the game server deployment.

Attributes

  • cluster (type: String.t, default: nil) - The name of the cluster.
  • fleetDetails (type: list(GoogleApi.GameServices.V1.Model.DeployedFleetDetails.t), default: nil) - The details about the Agones fleets and autoscalers created in the game server cluster.

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.DeployedClusterState{
  cluster: String.t() | nil,
  fleetDetails: [GoogleApi.GameServices.V1.Model.DeployedFleetDetails.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.