Game Services v1 API - Class DeleteGameServerDeploymentRequest (2.1.0)

public sealed class DeleteGameServerDeploymentRequest : IMessage<DeleteGameServerDeploymentRequest>, IEquatable<DeleteGameServerDeploymentRequest>, IDeepCloneable<DeleteGameServerDeploymentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Game Services v1 API class DeleteGameServerDeploymentRequest.

Request message for GameServerDeploymentsService.DeleteGameServerDeployment.

Inheritance

Object > DeleteGameServerDeploymentRequest

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

DeleteGameServerDeploymentRequest()

public DeleteGameServerDeploymentRequest()

DeleteGameServerDeploymentRequest(DeleteGameServerDeploymentRequest)

public DeleteGameServerDeploymentRequest(DeleteGameServerDeploymentRequest other)
Parameter
NameDescription
otherDeleteGameServerDeploymentRequest

Properties

GameServerDeploymentName

public GameServerDeploymentName GameServerDeploymentName { get; set; }

GameServerDeploymentName-typed view over the Name resource name property.

Property Value
TypeDescription
GameServerDeploymentName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String