GoogleApi.GameServices.V1beta.Model.TargetDetails (google_api_game_services v0.12.0) View Source
Details about the Agones resources.
Attributes
-
fleetDetails
(type:list(GoogleApi.GameServices.V1beta.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.V1beta.Model.TargetDetails{ fleetDetails: [GoogleApi.GameServices.V1beta.Model.TargetFleetDetails.t()] | nil, gameServerClusterName: String.t() | nil, gameServerDeploymentName: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.