google_api_game_services v0.6.0 GoogleApi.GameServices.V1beta.Model.ListGameServerDeploymentsResponse View Source
Response message for GameServerDeploymentsService.ListGameServerDeployments.
Attributes
-
gameServerDeployments
(type:list(GoogleApi.GameServices.V1beta.Model.GameServerDeployment.t)
, default:nil
) - The list of game server deployments. -
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
unreachable
(type:list(String.t)
, default:nil
) - List of locations that could not be reached.
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.ListGameServerDeploymentsResponse{ gameServerDeployments: [ GoogleApi.GameServices.V1beta.Model.GameServerDeployment.t() ], nextPageToken: String.t(), unreachable: [String.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.