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 page provides reference documentation for the `DeleteZoneOperationRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.7.0."],["The `DeleteZoneOperationRequest` class is used to create request messages for deleting zone operations and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation lists various versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0, with each version linking to its own documentation page for the `DeleteZoneOperationRequest` class."],["Key properties of the `DeleteZoneOperationRequest` class include `Operation`, `Project`, and `Zone`, which are all string types used to specify the operation, the project ID, and the zone name, respectively."],["The class inherits from `object` and includes constructors for default initialization and initialization with another `DeleteZoneOperationRequest` instance, in addition to inheriting other methods from the base class."]]],[]]