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."],[[["The webpage documents the `DeleteZoneOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting the deletion of zone operations."],["It provides a comprehensive list of available versions of the `DeleteZoneOperationRequest`, ranging from version 1.0.0 to the latest version, 3.6.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, deep cloning, and buffered message operations."],["The `DeleteZoneOperationRequest` class includes properties such as `Operation`, `Project`, and `Zone`, which are used to specify the details of the operation to be deleted, as well as its project ID and zone name."],["The class has two constructors: a default constructor and a constructor that takes another `DeleteZoneOperationRequest` object as a parameter for cloning purposes."]]],[]]