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."],[[["The `MachineTypesScopedList` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, offering a list of machine types in a specific scope."],["This class implements multiple interfaces, including `IMessage\u003cMachineTypesScopedList\u003e`, `IEquatable\u003cMachineTypesScopedList\u003e`, `IDeepCloneable\u003cMachineTypesScopedList\u003e`, `IBufferMessage`, and `IMessage`, allowing for comprehensive functionality within the .NET environment."],["It provides two constructors: a default constructor `MachineTypesScopedList()` and another `MachineTypesScopedList(MachineTypesScopedList other)` that takes an instance of `MachineTypesScopedList` as a parameter."],["The class contains two properties, `MachineTypes`, which is a read-only list of machine types in the scope, and `Warning`, which provides informational warnings if the list is empty."],["The most current version is the `3.6.0` however this page is focused on version `2.0.0`, and the content displays a detailed view of the different versions available, ranging from 1.0.0 to the latest."]]],[]]