public sealed class DeleteZoneRequest : IMessage<DeleteZoneRequest>, IEquatable<DeleteZoneRequest>, IDeepCloneable<DeleteZoneRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteZoneRequest.
[[["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 provides reference documentation for the `DeleteZoneRequest` class within the Google Cloud Dataplex v1 API, specifically for version 3.4.0."],["`DeleteZoneRequest` is a class used to request the deletion of a zone, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page includes details on the class's constructors, including a default constructor and a constructor that accepts another `DeleteZoneRequest` object, as well as the `Name` and `ZoneName` properties, necessary for identifying the zone to be deleted."],["The webpage also shows the different versions available for this particular class, ranging from 3.6.0 as the latest, all the way back to 1.0.0, and it details the inheritance and implemented members of this class."]]],[]]