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.5.0."],["The `DeleteZoneRequest` class is used to define a request to delete a zone and is part of the `Google.Cloud.Dataplex.V1` namespace."],["This API has various version numbers with version 3.6.0 being the latest and there is also a list of older versions, down to 1.0.0, that also include this class."],["The `DeleteZoneRequest` class inherits from the `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteZoneRequest` include `Name`, which represents the resource name of the zone to be deleted, and `ZoneName`, which provides a typed view over the `Name`."]]],[]]