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."],[[["This webpage details the `DeleteZoneOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting the deletion of zone operations."],["The latest version of this class available is version 3.6.0, with several older versions, from 3.5.0 down to 1.0.0, also accessible through their respective links."],["The `DeleteZoneOperationRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties for `Operation`, `Project`, and `Zone`, allowing users to specify the details of the zone operation deletion they're requesting."],["The page references links that can provide further information about the different components of the class, such as `Object`, `String`, and the different interfaces."]]],[]]