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, offering documentation for multiple versions, with version 3.6.0 being the latest."],["The `OperationsScopedList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for data manipulation and comparison."],["The class has two constructors, a default constructor `OperationsScopedList()` and an overload `OperationsScopedList(OperationsScopedList other)` to copy an existing object."],["The class contains two properties, `Operations`, which is a list of `Operation` objects, and `Warning`, used for providing output-only informational warnings."],["The documentation has listings from version 1.0.0 to the latest version 3.6.0, which provide a full history of the documented changes for this class."]]],[]]