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-03-21 UTC."],[[["This webpage provides reference documentation for the `DeleteZoneOperationRequest` class within the Compute Engine v1 API for .NET, detailing its properties, constructors, and implementation of several interfaces."],["The `DeleteZoneOperationRequest` class is used to construct a request for deleting a Zone Operation resource, as indicated by the method description and its purpose."],["The page offers documentation across various versions, ranging from version 1.0.0 to the latest 3.6.0, along with the `DeleteZoneOperationRequest` method and what properties can be set."],["The `DeleteZoneOperationRequest` class has three key properties: `Operation`, `Project`, and `Zone`, all of which are of type string and are used to specify the details of the operation, project ID, and the zone."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is designed to be a data-transfer object with deep cloning and comparison capabilities."]]],[]]