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 details the `OperationsScopedList` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0 and the specific version detailed on the page is 2.15.0."],["The `OperationsScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checking, and deep cloning."],["The class inherits from `object` and has inherited members including `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors, a default one and another that takes another `OperationsScopedList` as a parameter to duplicate it."],["`OperationsScopedList` has two properties, `Operations`, which is a list of operations contained in the scope, and `Warning`, which is an output-only warning that replaces the operations list when it is empty."]]],[]]