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, which is a part of the Google Cloud Compute .NET library, with the latest version being 3.6.0."],["The `DisksScopedList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class offers two constructors: a default constructor (`DisksScopedList()`) and a copy constructor (`DisksScopedList(DisksScopedList other)`) that accepts another `DisksScopedList` instance."],["`DisksScopedList` includes two key properties: `Disks`, a `RepeatedField` of `Disk` objects representing a list of disks, and `Warning`, which is of type `Warning` and is used for informational messages when the disk list is empty."],["This page lists a range of available versions for the `DisksScopedList`, from version 1.0.0 all the way up to the most recent 3.6.0, allowing developers to choose the appropriate version for their project."]]],[]]