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 the Google Cloud Compute library for .NET, with the latest version being 3.6.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use in message handling and data manipulation."],["`DisksScopedList` has two constructors, one default and one that allows for creating a copy of another `DisksScopedList` object."],["It contains two properties, `Disks`, which is a list of `Disk` objects within the current scope, and `Warning`, which provides an informational message if the list of disks is empty."],["The class is implemented in the `Google.Cloud.Compute.V1.dll` assembly, and includes inherited members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]