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-04-09 UTC."],[[["The latest version of the `DeleteZoneRequest` class in the Cloud Dataplex v1 API is version 3.6.0, with multiple prior versions available."],["The `DeleteZoneRequest` class is used to send requests to delete a zone within Google Cloud Dataplex."],["The `DeleteZoneRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `DeleteZoneRequest` class includes properties like `Name`, which is the resource name of the zone, and `ZoneName`, a typed view over the `Name`."],["The class has two constructors; one default constructor, and one that takes a `DeleteZoneRequest` parameter."]]],[]]