public sealed class DeleteZoneRequest : IMessage<DeleteZoneRequest>, IEquatable<DeleteZoneRequest>, IDeepCloneable<DeleteZoneRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha 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 documentation is for the `DeleteZoneRequest` class within the GDC Hardware Management v1alpha API."],["`DeleteZoneRequest` is a request object used to delete a zone, and it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Name`, `RequestId`, and `ZoneName`, allowing the definition of a zone to be deleted and providing a unique identifier for the request."],["The name property defines the zone that will be deleted, the formatting needed is `projects/{project}/locations/{location}/zones/{zone}`."],["The `ZoneName` property represents the zone name in a resource-typed format."]]],[]]