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-21 UTC."],[[["This webpage provides documentation for the `DiskTypesScopedList` class within the `Google.Cloud.Compute.V1` namespace, covering a range of versions from 1.0.0 to the latest 3.6.0."],["The `DiskTypesScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors: a default constructor `DiskTypesScopedList()` and a copy constructor `DiskTypesScopedList(DiskTypesScopedList other)`."],["It features two main properties: `DiskTypes`, a `RepeatedField` of `DiskType` objects representing a list of disk types, and `Warning`, which is of type `Warning` and provides informational warnings when the disk type list is empty."],["The current documentation version for DiskTypesScopedList is 3.6.0, representing the latest in the .NET API reference."]]],[]]