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-04-09 UTC."],[[["The latest version of the Google.Cloud.Compute.V1 library is 3.6.0, with a list of previous versions extending back to version 1.0.0."],["This page focuses on the `MachineTypesScopedList` class, which is part of the Google.Cloud.Compute.V1 library, specifically in version 3.2.0."],["The `MachineTypesScopedList` class has properties `MachineTypes` which is a list of machine types within the given scope, and `Warning`, which displays an informational warning when the machine types list is empty."],["The `MachineTypesScopedList` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["The class includes two constructors: a default constructor and one that takes another `MachineTypesScopedList` instance for initialization, which would be useful for copying an object."]]],[]]