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 used to manage a list of machine types within a specific scope, with the latest version being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in Google Cloud's .NET environment."],["It provides two constructors, a default one and another that allows for creating a new instance based on an existing `MachineTypesScopedList` object."],["The `MachineTypesScopedList` class includes properties such as `MachineTypes` which holds a list of machine types and `Warning` which alerts when the list is empty."],["The webpage contains documentation for 29 different versions of the class going back to version 1.0.0, allowing developers to find details for their relevant version."]]],[]]