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."],[[["This webpage details the `DeleteZoneRequest` class within the `Google.Cloud.Dataplex.V1` namespace, used to request the deletion of a zone in Google Cloud Dataplex."],["The page provides documentation for various versions of the `DeleteZoneRequest` class, ranging from version 1.0.0 up to the latest version 3.6.0, allowing users to select the relevant version for their use."],["`DeleteZoneRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for comparison, cloning, and message handling."],["The `DeleteZoneRequest` class features two constructors, one default and another that accepts an existing `DeleteZoneRequest` object as a parameter, and it also contains `Name` and `ZoneName` properties, that specify the resource to delete."],["The latest version of the DeleteZoneRequest is 3.6.0 and the oldest being 1.0.0."]]],[]]