public sealed class DeleteGameServerClusterRequest : IMessage<DeleteGameServerClusterRequest>, IEquatable<DeleteGameServerClusterRequest>, IDeepCloneable<DeleteGameServerClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class DeleteGameServerClusterRequest.
Request message for GameServerClustersService.DeleteGameServerCluster.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DeleteGameServerClusterRequest` class is part of the Google Cloud for Games v1beta API and is used to request the deletion of a game server cluster."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors available: a default constructor and one that accepts another `DeleteGameServerClusterRequest` instance as a parameter."],["The `Name` property, which is a string, is required and specifies the full resource name of the game server cluster to be deleted."],["The `GameServerClusterName` property provides a typed view of the resource `Name`."]]],[]]