public sealed class DeleteZoneOperationRequest : IMessage<DeleteZoneOperationRequest>, IEquatable<DeleteZoneOperationRequest>, IDeepCloneable<DeleteZoneOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DeleteZoneOperationRequest.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `DeleteZoneOperationRequest` class within the Compute Engine v1 API."],["The `DeleteZoneOperationRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is used to send a request for deleting a zone operation."],["The documentation lists all versions of the API, with version 3.6.0 being the latest, and 3.5.0 being the currently displayed one."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DeleteZoneOperationRequest` class has three main properties, `Operation`, `Project`, and `Zone`, all of which are strings and play a part in identifying which operation to delete."]]],[]]