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 content focuses on the `DeleteClusterRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, which is used to request the deletion of a Bigtable cluster."],["The webpage lists various versions of the `DeleteClusterRequest` class, ranging from version 2.4.0 up to the latest version 3.24.0, allowing users to access documentation for different releases."],["The class `DeleteClusterRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The `DeleteClusterRequest` class includes a `Name` property, which is a string representing the full resource path of the cluster to be deleted, and a `ClusterName` property, which is a `ClusterName`-typed view of the name property."],["It has two constructors, one that is parameterless, and one that takes in another `DeleteClusterRequest` object."]]],[]]