Class DeleteGameServerConfigRequest (1.5.2)

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

Request message for GameServerConfigsService.DeleteGameServerConfig.

Attribute

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

Inheritance

builtins.object > proto.message.Message > DeleteGameServerConfigRequest