public sealed class DeleteZoneRequest : IMessage<DeleteZoneRequest>, IEquatable<DeleteZoneRequest>, IDeepCloneable<DeleteZoneRequest>, 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-25 UTC."],[[["The latest version of the `DeleteZoneRequest` class is 3.6.0, but it has been available since version 1.0.0."],["`DeleteZoneRequest` is a class within the `Google.Cloud.Dataplex.V1` namespace designed for managing zone deletion requests."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteZoneRequest` class contains properties such as `Name`, which specifies the resource name of the zone to be deleted, and `ZoneName`, a typed view of the `Name`."],["This class can be instantiated with no arguments or another instance of a `DeleteZoneRequest`."]]],[]]