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."],["The `DeleteClusterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like serialization and deep cloning."],["The class includes properties like `ClusterId`, `Name`, `ProjectId`, and `Zone`, but some of them (`ClusterId`, `ProjectId`, `Zone`) are deprecated in favor of using the `Name` property for specifying the cluster to delete."],["There are numerous versions of the `DeleteClusterRequest` documentation available, spanning from version 2.3.0 up to the latest 3.33.0, all accessible via their respective links."],["The class has two constructors `DeleteClusterRequest()` and `DeleteClusterRequest(DeleteClusterRequest other)`, the second allows for a new instance to be created based on a different `DeleteClusterRequest` object."]]],[]]