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 webpage details the `DeleteZoneOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting the deletion of zone operations."],["The `DeleteZoneOperationRequest` class has been implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for `DeleteZoneOperationRequest`, one default and another that accepts another `DeleteZoneOperationRequest` as a parameter for copying."],["The class includes properties like `Operation`, `Project`, and `Zone`, all of which are string types, that are necessary to specify the details of the operation to delete."],["This documentation contains the version history of the class, going back to version 1.0.0, with 3.6.0 being the latest version."]]],[]]