GoogleApi.GameServices.V1.Model.TargetDetails (google_api_game_services v0.12.0) View Source

Details about the Agones resources.

Attributes

  • fleetDetails (type: list(GoogleApi.GameServices.V1.Model.TargetFleetDetails.t), default: nil) - Agones fleet details for game server clusters and game server deployments.
  • gameServerClusterName (type: String.t, default: nil) - The game server cluster name. Uses the form: projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}.
  • gameServerDeploymentName (type: String.t, default: nil) - The game server deployment name. Uses the form: projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}.

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.TargetDetails{
  fleetDetails: [GoogleApi.GameServices.V1.Model.TargetFleetDetails.t()] | nil,
  gameServerClusterName: String.t() | nil,
  gameServerDeploymentName: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.