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-04-02 UTC."],[[["This webpage details the `DisksScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.8.0, with links to various versions ranging from 1.0.0 to 3.6.0."],["The `DisksScopedList` class, part of the Google Cloud Compute API, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["Key properties of the `DisksScopedList` class are `Disks`, which is a list of disks within the scope, and `Warning`, an informational warning displayed when the disk list is empty."],["The Class has two constructors: `DisksScopedList()`, and `DisksScopedList(DisksScopedList other)` with `other` of the type `DisksScopedList` used as a parameter."]]],[]]