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, part of the `Google.Cloud.Compute.V1` namespace, is available in multiple versions, with version 3.6.0 being the latest and 1.0.0 being the oldest."],["The `DisksScopedList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET framework."],["It inherits from the `object` class and includes methods such as `GetHashCode`, `GetType`, and `ToString`, in addition to its own unique methods and properties."],["The `DisksScopedList` class contains two key properties: `Disks`, which is a list of disks contained in this scope, and `Warning`, which provides an informational warning when the disk list is empty."],["The class has two constructors: one is parameterless and the other take another `DisksScopedList` as a parameter."]]],[]]