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 page provides documentation for the `DeleteZoneRequest` class within the Google Cloud GDC Hardware Management v1alpha API."],["The `DeleteZoneRequest` class is used to construct a request to delete a zone in the GDC Hardware Management API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes properties such as `Name` (the name of the zone to delete), `RequestId` (an optional unique identifier), and `ZoneName` (a typed view of the zone name)."],["This `DeleteZoneRequest` class contains 2 constructors: the default constructor and one that takes in another `DeleteZoneRequest` object as a parameter."]]],[]]