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 document provides reference information for the `DeleteZoneRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.8.0."],["The `DeleteZoneRequest` class is used to request the deletion of a zone and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, a default one and another which accepts another `DeleteZoneRequest` instance as a parameter for copying purposes."],["The class has a required `Name` property, which is a string representing the resource name of the zone to be deleted, and also a `ZoneName` property which provides a strongly typed view of the same resource name."],["The page also contains a history of the versions, from the latest 3.6.0 version to the earliest 1.0.0."]]],[]]