GoogleApi.GameServices.V1.Model.FetchDeploymentStateResponse (google_api_game_services v0.10.2) View Source

Response message for GameServerDeploymentsService.FetchDeploymentState.

Attributes

  • clusterState (type: list(GoogleApi.GameServices.V1.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

Specs

t() :: %GoogleApi.GameServices.V1.Model.FetchDeploymentStateResponse{
  clusterState:
    [GoogleApi.GameServices.V1.Model.DeployedClusterState.t()] | nil,
  unavailable: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.