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 page provides reference documentation for the `DeleteZoneRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.13.0, and contains the documentation for the classes properties and constructors."],["The `DeleteZoneRequest` class is used to construct requests for deleting a zone within the Google Cloud Dataplex service and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteZoneRequest` class has two constructors: a default constructor `DeleteZoneRequest()` and a copy constructor `DeleteZoneRequest(DeleteZoneRequest other)`."],["The `DeleteZoneRequest` class contains two key properties: `Name`, which is a string representing the resource name of the zone to be deleted, and `ZoneName`, which provides a `ZoneName`-typed view of the `Name` property, the zone resource that is being targetted."],["The page also contains a list of previous versions of the API, with the latest version being 3.6.0, which can also be used to construct a DeleteZoneRequest."]]],[]]