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."],[[["The webpage provides documentation for the `DiskTypesScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, inheritance, and implemented interfaces."],["The latest version documented is 3.6.0, with a full range of previous versions also accessible, stretching back to version 1.0.0."],["The `DiskTypesScopedList` class has two constructors, a default and one that accepts another `DiskTypesScopedList` object, allowing for object creation and cloning."],["The class contains two main properties: `DiskTypes`, a list of disk types, and `Warning`, which provides a warning message when the disk types list is empty."],["This class implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, highlighting its capabilities for message handling, equality checks, deep cloning, and buffer management."]]],[]]