public sealed class InstanceGroupsScopedList : IMessage<InstanceGroupsScopedList>, IEquatable<InstanceGroupsScopedList>, IDeepCloneable<InstanceGroupsScopedList>, 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."],[[["This page provides documentation for the `InstanceGroupsScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality."],["The `InstanceGroupsScopedList` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and compatibility within the .NET environment."],["The class offers two constructors: a default one (`InstanceGroupsScopedList()`) and another that allows for creating a new instance based on an existing `InstanceGroupsScopedList` object (`InstanceGroupsScopedList(InstanceGroupsScopedList other)`)."],["It includes properties like `InstanceGroups` which holds a list of `InstanceGroup` objects and `Warning` that provides warning messages when the list of instance groups is empty."],["The latest version available for this documentation is 3.6.0 and a number of other versions are listed, down to version 1.0.0."]]],[]]