public sealed class OperationsScopedList : IMessage<OperationsScopedList>, IEquatable<OperationsScopedList>, IDeepCloneable<OperationsScopedList>, IBufferMessage, IMessage
[[["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 provides documentation for the `OperationsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.13.0."],["The `OperationsScopedList` class is part of the Google Cloud Compute .NET library and represents a list of operations within a specific scope, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`OperationsScopedList()`) and a copy constructor (`OperationsScopedList(OperationsScopedList other)`), enabling object creation and duplication."],["Key properties of `OperationsScopedList` include `Operations`, a read-only list of `Operation` objects, and `Warning`, an output-only warning message to be displayed when the operations list is empty."],["The documentation lists all versions of this library, ranging from version 1.0.0 to 3.6.0, the latest version, in addition to detailing inheritance and implemented interfaces."]]],[]]