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 webpage provides reference documentation for the `DeleteZoneRequest` class within the Google Cloud Dataplex V1 API, specifically for the .NET environment."],["The latest version available for the `DeleteZoneRequest` API is 3.6.0, and previous versions, starting from 1.0.0 are listed, for a complete history of the API versions."],["`DeleteZoneRequest` is used to request the deletion of a zone and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string representing the zone's resource name) and `ZoneName`, a typed view of the `Name` property, and information on how to use the constructors for `DeleteZoneRequest`."],["The `DeleteZoneRequest` class is found within the `Google.Cloud.Dataplex.V1` namespace, and the documentation outlines its inheritance, including its base class of `object`."]]],[]]