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

Link to this type

t()

View Source
t() :: %GoogleApi.GameServices.V1beta.Model.DeployedClusterState{
  cluster: String.t(),
  fleetDetails: [GoogleApi.GameServices.V1beta.Model.DeployedFleetDetails.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.