google_api_game_services v0.3.0 GoogleApi.GameServices.V1beta.Model.FetchDeploymentStateResponse View Source

Response message for GameServerDeploymentsService.FetchDeploymentState.

Attributes

  • clusterState (type: list(GoogleApi.GameServices.V1beta.Model.DeployedClusterState.t), default: nil) - The state of the Game Server Deployment in each Game Server Cluster.
  • unavailable (type: list(String.t), default: nil) - List of Locations that could not be reached.

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.FetchDeploymentStateResponse{
  clusterState: [GoogleApi.GameServices.V1beta.Model.DeployedClusterState.t()],
  unavailable: [String.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.