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."],[[["The `DeleteZoneRequest` class in the Google.Cloud.Dataplex.V1 API is used to request the deletion of a zone within a lake."],["This document provides reference documentation and code samples for the `DeleteZoneRequest` class, which is part of the Cloud Dataplex v1 API."],["The latest version of the API is 3.6.0, while the current version highlighted in this content is 2.2.0, and older versions dating back to 1.0.0 are available."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality such as message handling and object comparison."],["The `DeleteZoneRequest` class has two constructors and two key properties: `Name` (string) and `ZoneName` (ZoneName), and `Name` specifies the resource name of the zone to be deleted, which follows a specific format."]]],[]]