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."],[[["The `OperationsScopedList` class, found in the `Google.Cloud.Compute.V1` namespace, is the main focus, providing a list of operations within a specific scope in the Google Cloud Compute environment, with its latest version being 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used with different methods, equality comparisons and deep cloning in other .NET environments."],["The class includes two properties: `Operations`, which holds a list of `Operation` objects, and `Warning`, which provides information when the operation list is empty."],["There are many previous versions of this class documented, ranging from version 1.0.0 up to the current 3.6.0, with each having links to their individual documentation pages."],["The `OperationsScopedList` class has two constructors, one default and one which takes in another `OperationsScopedList` as a parameter."]]],[]]