中华网全球融媒体服务平台

百度   据了解,大熊猫国家公园面积预计达万平方公里,划分为四川省岷山片区、邛崃山-大相岭片区、陕西省秦岭片区和甘肃省白水江片区,其中四川园区占地20177平方公里,甘肃园区面积2571平方公里,陕西园区4386平方公里。
public sealed class DeleteGameServerClusterRequest : IMessage<DeleteGameServerClusterRequest>, IEquatable<DeleteGameServerClusterRequest>, IDeepCloneable<DeleteGameServerClusterRequest>, IBufferMessage, IMessage

Request message for GameServerClustersService.DeleteGameServerCluster.

Inheritance

Object > DeleteGameServerClusterRequest

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

DeleteGameServerClusterRequest()

public DeleteGameServerClusterRequest()

DeleteGameServerClusterRequest(DeleteGameServerClusterRequest)

public DeleteGameServerClusterRequest(DeleteGameServerClusterRequest other)
Parameter
Name Description
other DeleteGameServerClusterRequest

Properties

GameServerClusterName

public GameServerClusterName GameServerClusterName { get; set; }

GameServerClusterName-typed view over the Name resource name property.

Property Value
Type Description
GameServerClusterName

Name

public string Name { get; set; }

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

Property Value
Type Description
String