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-21 UTC."],[[["The `DisksScopedList` class, found within the `Google.Cloud.Compute.V1` namespace, is a part of the Google Cloud Compute .NET library, specifically the `Google.Cloud.Compute.V1.dll` assembly."],["This class is versioned, with the latest being 3.6.0, and a history of prior versions from 1.0.0 to 3.5.0 and with a specific version of 2.10.0 being detailed in the provided content."],["The `DisksScopedList` class, inherited from `object`, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers properties including `Disks` which is a read-only list of `Disk` objects and `Warning` which provides an informational warning when the list is empty, as it is an output only property."],["The class provides two constructors `DisksScopedList()` and `DisksScopedList(DisksScopedList other)` allowing for default initialization and initialization based on an existing instance."]]],[]]