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-21 UTC."],[[["This page provides documentation for the `DeleteZoneRequest` class within the Google Cloud Dataplex v1 API, specifically for version 3.3.0."],["The `DeleteZoneRequest` class is used to request the deletion of a zone and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the inheritance and implemented interfaces of the `DeleteZoneRequest` class, which inherits from `object`."],["The class has two constructors: a default constructor, `DeleteZoneRequest()`, and a copy constructor, `DeleteZoneRequest(DeleteZoneRequest other)`."],["The `DeleteZoneRequest` class has properties to set the `Name` of the zone to be deleted as a `string` and also a `ZoneName` property which is a view over the name."]]],[]]