public sealed class DeleteZoneOperationRequest : IMessage<DeleteZoneOperationRequest>, IEquatable<DeleteZoneOperationRequest>, IDeepCloneable<DeleteZoneOperationRequest>, IBufferMessage, IMessage
A request message for ZoneOperations.Delete. See the method description for details.
[[["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."],[[["The webpage details the `DeleteZoneOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for deleting zone operations in the Google Cloud Compute API."],["This class, part of Version 2.0.0, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support protocol buffers and data management."],["The page provides links to previous versions, from 1.0.0 up to the current latest version of 3.6.0, for `DeleteZoneOperationRequest`."],["The class includes constructors and properties, such as `Operation`, `Project`, and `Zone`, for specifying the operation to delete, the project ID, and the zone name."],["The class also inherits from Object, and has inherited members such as, `GetHashCode`, `GetType`, `MemberwiseClone`, `ToString`."]]],[]]