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 deleting zone operations in the Google Cloud Compute API."],["The latest version available for this class is 3.6.0, with a range of older versions listed, starting from 1.0.0, all the way up to the most recent version."],["The `DeleteZoneOperationRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The class has a constructor that allows you to pass through another instance of `DeleteZoneOperationRequest`."],["It includes properties for `Operation`, `Project`, and `Zone`, all of which are strings and are used to specify details for the deletion request."]]],[]]