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-21 UTC."],[[["This webpage provides reference documentation for the `DeleteZoneRequest` class within the Google Cloud Dataplex V1 API for .NET."],["The `DeleteZoneRequest` class is used to construct requests for deleting a zone in Google Cloud Dataplex, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation lists available versions of the `DeleteZoneRequest` class, ranging from version 1.0.0 up to the latest version 3.6.0."],["The `DeleteZoneRequest` class has two constructors, a default one and another that takes another `DeleteZoneRequest` as a parameter for copying."],["The class includes two properties, `Name`, a string that contains the required resource name of the zone, and `ZoneName`, a `ZoneName`-typed view over the resource name."]]],[]]