public sealed class WaitZoneOperationRequest : IMessage<WaitZoneOperationRequest>, IEquatable<WaitZoneOperationRequest>, IDeepCloneable<WaitZoneOperationRequest>, IBufferMessage, IMessage
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 `WaitZoneOperationRequest` class is a request message for `ZoneOperations.Wait` in the `Google.Cloud.Compute.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the documentation is 3.6.0, and the webpage also has version history of the class all the way back to 1.0.0."],["The class has two constructors, a default one `WaitZoneOperationRequest()` and one that takes another `WaitZoneOperationRequest` object as a parameter."],["It contains three key properties: `Operation` (name of the operation), `Project` (project ID), and `Zone` (zone name), all of which are strings."]]],[]]