Google Cloud for Games v1beta API - Class DeleteGameServerDeploymentRequest (2.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud for Games v1beta API class DeleteGameServerDeploymentRequest.

Request message for GameServerDeploymentsService.DeleteGameServerDeployment.

Inheritance

object > DeleteGameServerDeploymentRequest

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.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. Uses the form:

projects/{project}/locations/{location}/gameServerDeployments/{deployment}.

Property Value
TypeDescription
string