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 within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is used to send requests for deleting a cluster in Google Cloud Bigtable."],["The latest version available for the `DeleteClusterRequest` is 3.24.0, but there is a list of previous versions ranging from 3.23.0 to 2.4.0."],["The `DeleteClusterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `DeleteClusterRequest` class has two constructors and includes two main properties: `ClusterName` (a `ClusterName`-typed property) and `Name` (a string property), which is required and represents the unique identifier of the cluster to be deleted."],["The `DeleteClusterRequest` is contained within the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]