Class DeleteGameServerDeploymentRequest (1.5.2)

DeleteGameServerDeploymentRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for GameServerDeploymentsService.DeleteGameServerDeployment.

Attribute

NameDescription
name str
Required. The name of the game server delpoyment to delete, in the following form: ``projects/{project}/locations/{location}/gameServerDeployments/{deployment}``.

Inheritance

builtins.object > proto.message.Message > DeleteGameServerDeploymentRequest