public sealed class WaitZoneOperationRequest : IMessage<WaitZoneOperationRequest>, IEquatable<WaitZoneOperationRequest>, IDeepCloneable<WaitZoneOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class WaitZoneOperationRequest.
A request message for ZoneOperations.Wait. 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 provides reference documentation for the `WaitZoneOperationRequest` class within the Compute Engine v1 API, specifically for the .NET library."],["The latest version of the documentation available is 3.6.0, with versions ranging back to 1.0.0."],["`WaitZoneOperationRequest` is a request message used for ZoneOperations.Wait and it inherits from various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WaitZoneOperationRequest` class has three properties: `Operation`, `Project`, and `Zone`, which are all strings and are used to specify details for the request."],["There are two constructors, one default and another that accepts a `WaitZoneOperationRequest` object, and it shows the inherited members from the object class in the c# library."]]],[]]