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."],[[["The webpage provides documentation for the `DisksScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage in .NET."],["The latest version documented for `DisksScopedList` is 3.6.0, with versions ranging back to 1.0.0 available for reference."],["`DisksScopedList` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["The `DisksScopedList` class includes properties like `Disks`, which is a list of `Disk` objects, and `Warning`, used to display a warning when the disk list is empty."],["Constructors are available for `DisksScopedList`, including a default constructor and one that takes another `DisksScopedList` instance for cloning purposes."]]],[]]