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-31 UTC."],[[["This page details the `DisksScopedList` class within the `Google.Cloud.Compute.V1` namespace, which is used for managing a scoped list of disks in Google Cloud Compute."],["The class is available in the `Google.Cloud.Compute.V1.dll` assembly and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DisksScopedList` class has two constructors: a default constructor and a copy constructor, allowing for object creation and cloning."],["It includes two properties: `Disks`, which provides a list of disks within the scope, and `Warning`, which displays a warning message when the list is empty."],["The documentation covers multiple versions of `DisksScopedList`, with version 3.6.0 being the latest, and it provides links to documentation for versions ranging from 1.0.0 to 3.6.0."]]],[]]