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 part of version 2.14.0 of the Google Cloud Compute library for .NET."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."],["The `DisksScopedList` class includes properties such as `Disks`, which is a list of `Disk` objects, and `Warning`, which provides informational messages when the disk list is empty."],["The latest available version of Google.Cloud.Compute.V1 is version 3.6.0, and many older versions are available, ranging down to version 1.0.0."],["The class has two constructors, a default one, and another one that takes in another DisksScopedList as a parameter."]]],[]]