public sealed class DeleteGameServerClusterRequest : IMessage<DeleteGameServerClusterRequest>, IEquatable<DeleteGameServerClusterRequest>, IDeepCloneable<DeleteGameServerClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 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."],[[["This page provides reference documentation for the `DeleteGameServerClusterRequest` class within the Game Services v1 API, specifically for version 2.1.0."],["The `DeleteGameServerClusterRequest` class is used to send a request to delete a game server cluster and is part of the `Google.Cloud.Gaming.V1` namespace."],["The latest version available for this documentation is 2.2.0, but other past versions from 2.0.0 down to 1.1.0 are available as well."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteGameServerClusterRequest` class include `GameServerClusterName`, which is a typed view of the resource name, and `Name`, a string representing the name of the cluster to be deleted."]]],[]]