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-04-02 UTC."],[[["The `OperationsScopedList` class, found within the `Google.Cloud.Compute.V1` namespace, is a sealed class in version 2.1.0 of the .NET library."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `OperationsScopedList` class offers two constructors: a default one and another that takes an `OperationsScopedList` object as a parameter for creating a copy."],["It exposes two properties: `Operations`, which is a list of `Operation` objects, and `Warning`, which is a warning object displayed if the operation list is empty."],["The document provides a history of the `OperationsScopedList` versioning, ranging from version 3.6.0 down to 1.0.0, each link representing a specific version of the class."]]],[]]