public sealed class DiskTypesScopedList : IMessage<DiskTypesScopedList>, IEquatable<DiskTypesScopedList>, IDeepCloneable<DiskTypesScopedList>, 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."],[[["The webpage provides documentation for the `DiskTypesScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage across multiple versions."],["Version 3.6.0 is the latest release, with a history of versions dating back to 1.0.0, and the page in question focuses on version 3.4.0 of this class."],["The `DiskTypesScopedList` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiskTypesScopedList` class contains two key properties: `DiskTypes`, a read-only list of `DiskType` objects, and `Warning`, which is used to display an informational warning when the list of disk types is empty."],["The `DiskTypesScopedList` has two constructors: one default, and one that takes another `DiskTypesScopedList` object as a parameter to replicate it."]]],[]]