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 page details the `DeleteZoneOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting the deletion of zone operations."],["The `DeleteZoneOperationRequest` class has properties for `Operation`, `Project`, and `Zone`, all of which are strings and used to define which zone operation to delete."],["It includes an inheritance structure, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and inheriting from `Object`."],["The documentation contains versioned links for `DeleteZoneOperationRequest`, starting from version 1.0.0 up to the latest, 3.6.0, under `Google.Cloud.Compute.V1`."],["The class has a default and a copy constructor that accepts an existing `DeleteZoneOperationRequest`."]]],[]]