public sealed class DeleteClusterRequest : IMessage<DeleteClusterRequest>, IEquatable<DeleteClusterRequest>, IDeepCloneable<DeleteClusterRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.DeleteCluster.
[[["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-25 UTC."],[[["This webpage details the `DeleteClusterRequest` class, which is used to request the deletion of a cluster within Google Cloud Bigtable."],["The content provides a version history of the `DeleteClusterRequest` class, with the latest version being 3.24.0, with links to versions dating back to 2.4.0."],["The `DeleteClusterRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and one that accepts another `DeleteClusterRequest` object for parameterization, and it contains two key properties, `ClusterName` and `Name`, with the latter being the unique name of the cluster to delete."],["The namespace for this class is `Google.Cloud.Bigtable.Admin.V2` and is located within the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]