public sealed class DeleteClusterRequest : IMessage<DeleteClusterRequest>, IEquatable<DeleteClusterRequest>, IDeepCloneable<DeleteClusterRequest>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["This page details the `DeleteClusterRequest` class, which is used to delete a cluster within the Google Cloud Container V1 API, and its current version is 2.3.0."],["The `DeleteClusterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The documentation provides a list of all the historical versions of `DeleteClusterRequest` dating back to version 2.3.0 and up to the latest, version 3.33.0."],["The `DeleteClusterRequest` class has properties such as `ClusterId`, `Name`, `ProjectId`, and `Zone`, with some being marked as obsolete and replaced by the `Name` property, which is now the preferred way to specify the cluster to delete."],["The documentation includes details on the `DeleteClusterRequest` constructors, such as the default constructor and the constructor that takes another `DeleteClusterRequest` instance as a parameter."]]],[]]