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 version 2.0.0."],["The `DisksScopedList` class is used to represent a list of disks, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this API, version 3.6.0, along with many other previous versions ranging from 3.5.0 all the way back to 1.0.0, are listed with links for documentation."],["The `DisksScopedList` class contains properties `Disks`, a list of `Disk` objects, and `Warning`, which is used to display informational warnings if the list of disks is empty."],["The class contains 2 constructors, one without any parameters and another with a parameter named `other` of type DisksScopedList."]]],[]]