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."],[[["The latest version of the `DeleteClusterRequest` is 3.33.0, and this page provides access to documentation for multiple older versions, going back to version 2.3.0."],["`DeleteClusterRequest` is a class used to delete a cluster, it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteClusterRequest` class offers two constructors: a default constructor and one that accepts another `DeleteClusterRequest` object as a parameter for copying."],["The class includes properties such as `ClusterId`, `Name`, `ProjectId`, and `Zone`, with `ClusterId`, `ProjectId`, and `Zone` being deprecated and replaced by the `Name` property, which specifies the cluster's full resource name."],["The `DeleteClusterRequest` class is part of the `Google.Cloud.Container.V1` namespace and is found within the `Google.Cloud.Container.V1.dll` assembly."]]],[]]