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.14.0."],["The `DeleteZoneRequest` class is used to define requests for deleting a zone within Google Cloud Dataplex and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default `DeleteZoneRequest()` and another that takes a `DeleteZoneRequest` object as a parameter, `DeleteZoneRequest(DeleteZoneRequest other)`."],["Key properties of the `DeleteZoneRequest` class include `Name`, a string representing the resource name of the zone to be deleted, and `ZoneName`, a `ZoneName`-typed view over the `Name` property."],["The documentation includes a list of available versions of `DeleteZoneRequest` ranging from 1.0.0 up to 3.6.0, with 3.6.0 being the latest version."]]],[]]