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-31 UTC."],[[["The latest version of the `DeleteZoneOperationRequest` is 3.6.0, and it's part of the Google.Cloud.Compute.V1 API."],["This class is used for making deletion requests to ZoneOperations within the Compute Engine v1 API, which has version history down to version 1.0.0."],["The `DeleteZoneOperationRequest` class includes properties for `Operation`, `Project`, and `Zone`, which are essential for defining the scope and target of the deletion operation."],["The `DeleteZoneOperationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a public constructor `DeleteZoneOperationRequest` and a second constructor `DeleteZoneOperationRequest(DeleteZoneOperationRequest other)` that accepts `DeleteZoneOperationRequest` as a parameter."]]],[]]