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-09 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1.OperationsScopedList` is 3.6.0, and the page provides access to documentation for multiple versions ranging from 1.0.0 to 3.6.0."],["`OperationsScopedList` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a property called `Operations` which is an output-only list of operations contained within a certain scope, and it's of type `RepeatedField\u003cOperation\u003e`."],["Another property, `Warning`, of type `Warning`, provides an informational message when the operations list is empty."],["The `OperationsScopedList` has two constructors: a default parameterless constructor and one that takes an `OperationsScopedList` as a parameter."]]],[]]