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 latest version of the `WaitZoneOperationRequest` is 3.6.0, part of the Google.Cloud.Compute.V1 namespace, with previous versions ranging from 1.0.0 up to that latest version, all available for reference."],["`WaitZoneOperationRequest` is a request message used for ZoneOperations.Wait, as detailed in the method description, and it inherits from the `Object` class, whilst implementing several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class `WaitZoneOperationRequest` has two constructors, one default constructor and one that takes another `WaitZoneOperationRequest` object as a parameter, and is part of the `Google.Cloud.Compute.V1` namespace, found within the `Google.Cloud.Compute.V1.dll` assembly."],["`WaitZoneOperationRequest` includes three key properties: `Operation` (the name of the operation resource), `Project` (the project ID), and `Zone` (the name of the zone), all of which are strings."]]],[]]