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-04-02 UTC."],[[["This webpage provides documentation for the `DisksScopedList` class within the Google.Cloud.Compute.V1 namespace, specifically for .NET development."],["The latest version of the documentation is 3.6.0, while the current page is focused on version 2.9.0, with links to previous and later versions."],["The `DisksScopedList` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The `DisksScopedList` class has two constructors: a default constructor and one that takes another `DisksScopedList` object as a parameter, allowing for the creation of new instances."],["Key properties of the class include `Disks`, which is a list of `Disk` objects, and `Warning`, which provides informational warnings if the disk list is empty."]]],[]]