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, covering versions from 1.0.0 to 3.6.0, with the latest being 3.6.0."],["The `DisksScopedList` class, found in the `Google.Cloud.Compute.V1.dll` assembly, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DisksScopedList` class has two constructors: a default constructor and one that takes another `DisksScopedList` instance as a parameter for creating a new object, as well as, inheriting methods from the base `Object` class."],["The class contains two main properties: `Disks`, which is a read-only list of `Disk` objects within a given scope, and `Warning`, which provides informational warnings if the disk list is empty."],["This class is used to list disks within a certain scope, as the `Disks` property returns a collection of disks related to that scope."]]],[]]