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 documentation for the `DeleteZoneRequest` class within the Google Cloud Dataplex V1 API, specifically focusing on version 2.12.0 and its associated features."],["The latest version documented is 3.6.0, and the page includes links to documentation for prior versions of the class ranging back to version 1.0.0."],["`DeleteZoneRequest` is used to delete a zone within a Google Cloud Dataplex environment, and is implemented through several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteZoneRequest` class includes properties like `Name`, which represents the required resource name of the zone to be deleted, and `ZoneName`, providing a typed view over the name."],["The page details the constructors for the `DeleteZoneRequest` class, including a parameter to pass another instance of the `DeleteZoneRequest` class."]]],[]]