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-04-09 UTC."],[[["This webpage provides documentation for the `DiskTypesScopedList` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0."],["The `DiskTypesScopedList` class is part of the Google Cloud Compute .NET library and includes methods for message handling such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `DiskTypes`, which lists disk types in a given scope, and `Warning`, which provides informational warnings when the disk type list is empty."],["The class has two constructors: a default constructor `DiskTypesScopedList()` and one that allows cloning from another `DiskTypesScopedList` object."],["This class inherits from the base `object` class, as well as implement several interfaces, and the documentation displays inherited members from `object` like `GetHashCode`, `GetType` and `ToString`."]]],[]]