google_api_game_services v0.4.0 GoogleApi.GameServices.V1beta.Model.TargetDetails 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()], gameServerClusterName: String.t(), gameServerDeploymentName: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.