public sealed class MachineTypesScopedList : IMessage<MachineTypesScopedList>, IEquatable<MachineTypesScopedList>, IDeepCloneable<MachineTypesScopedList>, 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."],[[["Version 3.6.0 is the latest release for the Google.Cloud.Compute.V1 package, with previous versions ranging back to 1.0.0."],["The `MachineTypesScopedList` class, within the `Google.Cloud.Compute.V1` namespace, is a core component for handling machine type data and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `MachineTypesScopedList` has two constructors: a default constructor `MachineTypesScopedList()` and a copy constructor `MachineTypesScopedList(MachineTypesScopedList other)`."],["The `MachineTypesScopedList` contains two key properties: `MachineTypes`, which is a list of available machine types, and `Warning`, which provides an informational warning if the list is empty."],["The `MachineTypesScopedList` class inherits common methods like `GetHashCode`, `GetType`, and `ToString` from the base `object` class."]]],[]]