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-03-21 UTC."],[[["This webpage details the `DeleteClusterRequest` class, which is used to delete a cluster within the Google Cloud Container V1 API, and provides access to different versions of it."],["The latest version of the `DeleteClusterRequest` is 3.33.0, however many older versions are also accessible, all the way back to version 2.3.0."],["The `DeleteClusterRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while being located in the `Google.Cloud.Container.V1` namespace."],["There are two constructors for the `DeleteClusterRequest` class: a default constructor and one that accepts another `DeleteClusterRequest` object, as well as four properties: `ClusterId`, `Name`, `ProjectId`, and `Zone`, which have varying degrees of deprecation."],["The `Name` property, which specifies the project, location, and cluster to delete, is the primary replacement for the now deprecated `ClusterId`, `ProjectId`, and `Zone` properties."]]],[]]