google_api_game_services v0.2.2 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

Link to this type

t()

View Source
t() :: %GoogleApi.GameServices.V1beta.Model.TargetDetails{
  fleetDetails: [GoogleApi.GameServices.V1beta.Model.TargetFleetDetails.t()],
  gameServerClusterName: String.t(),
  gameServerDeploymentName: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.