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-04-09 UTC."],[[["This webpage provides reference documentation for the `DeleteZoneRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET developers."],["The `DeleteZoneRequest` class is used to construct requests for deleting a zone within a Dataplex lake, and it has multiple versions available, ranging from 1.0.0 to the latest 3.6.0."],["The `DeleteZoneRequest` class inherits from the `object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The key property of `DeleteZoneRequest` is `Name`, a string representing the resource name of the zone to be deleted, following the format: `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`."],["The `ZoneName` property, derived from `Name`, provides a typed view for handling zone resource names more conveniently."]]],[]]