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 document provides reference documentation for the `DeleteZoneRequest` class within the Google Cloud Dataplex V1 API, specifically version 2.9.0."],["The `DeleteZoneRequest` class is used to request the deletion of a zone and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, a default constructor `DeleteZoneRequest()` and another `DeleteZoneRequest(DeleteZoneRequest other)` that takes a `DeleteZoneRequest` as a parameter, providing a way to construct or copy the object."],["The `DeleteZoneRequest` class includes two properties, `Name` of string type for specifying the resource name of the zone to delete, and `ZoneName`, which provides a typed view over the `Name` property, offering a more structured way to manage the zone's name."],["The documentation outlines the availability of various versions, ranging from 1.0.0 to 3.6.0 (latest), of the DeleteZoneRequest API, each with its own associated documentation."]]],[]]