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

Response message for GameServerClustersService.PreviewDeleteGameServerCluster.

Attributes

  • etag (type: String.t, default: nil) - The ETag of the game server cluster.
  • targetState (type: GoogleApi.GameServices.V1.Model.TargetState.t, default: nil) - The target state.

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.PreviewDeleteGameServerClusterResponse{
  etag: String.t() | nil,
  targetState: GoogleApi.GameServices.V1.Model.TargetState.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.