public sealed class DisksScopedList : IMessage<DisksScopedList>, IEquatable<DisksScopedList>, IDeepCloneable<DisksScopedList>, 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-31 UTC."],[[["The `DisksScopedList` class is a part of the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly."],["This class provides a structure for managing a scoped list of disks, which is versioned, with the current version at 3.6.0 and many past versions being accessible."],["`DisksScopedList` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` while inheriting from the base `Object` class."],["It contains properties such as `Disks`, a `RepeatedField` of `Disk` objects representing the list of disks, and `Warning`, which provides informational warning messages when the disk list is empty."],["The class has two constructors: a default constructor and one that takes another `DisksScopedList` object for parameter."]]],[]]