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 latest version of the `DeleteZoneRequest` API class is 3.6.0, which can be found in the provided documentation alongside other versions ranging from 1.0.0 to 3.5.0."],["`DeleteZoneRequest` is a class within the Google Cloud Dataplex v1 API used to request the deletion of a zone and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteZoneRequest` class includes properties for `Name`, a string representing the resource name of the zone, and `ZoneName`, a typed view over the `Name` property, both of which are required."],["The `DeleteZoneRequest` class has two constructors, a default constructor `DeleteZoneRequest()` and a copy constructor `DeleteZoneRequest(DeleteZoneRequest other)`."],["This class is implemented in the namespace `Google.Cloud.Dataplex.V1`, and it's part of the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]