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."],[[["The page 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, as well as various previous versions, going all the way back to version 2.4.0."],["The `DeleteClusterRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteClusterRequest` class has properties `ClusterName`, which provides a typed view over the resource name, and `Name`, which represents the unique identifier of the cluster to be deleted."],["The `DeleteClusterRequest` has two constructors: a parameterless constructor and one that takes another instance of `DeleteClusterRequest`."]]],[]]