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."],[[["The `DisksScopedList` class, found within the `Google.Cloud.Compute.V1` namespace, is a part of the Google Cloud Compute .NET library, specifically the `Google.Cloud.Compute.V1.dll` assembly."],["This class, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, serves to encapsulate a scoped list of disks."],["It includes properties to access a `RepeatedField` of `Disk` objects, named `Disks`, and a `Warning` property to convey informational warnings."],["The latest version available for the `DisksScopedList` class is `3.6.0`, but there are 29 previous versions listed dating back to `1.0.0`, all of which are available to view."],["The `DisksScopedList` class has two constructors, a parameterless constructor, and one that takes another `DisksScopedList` as a parameter to copy its values."]]],[]]