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."],[[["This webpage provides documentation for the `DisksScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage across multiple versions."],["The `DisksScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling and manipulating structured data."],["The class has two constructors, a default constructor `DisksScopedList()` and a copy constructor `DisksScopedList(DisksScopedList other)` for creating instances."],["The `DisksScopedList` class contains two key properties: `Disks`, which is a list of disks contained within a given scope, and `Warning`, which provides informational warnings when the disk list is empty."],["The latest version of the documentation available is 3.6.0, and the available documentation versions span from 1.0.0 to 3.6.0 for this specific class."]]],[]]