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."],[[["The webpage provides documentation for the `InstanceGroupsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically highlighting version 2.16.0 but also listing versions from 1.0.0 all the way up to 3.6.0."],["`InstanceGroupsScopedList` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `InstanceGroupsScopedList` class has two constructors: a default constructor and one that takes another `InstanceGroupsScopedList` object as a parameter for creating a new instance, as well as having properties that include `InstanceGroups` and `Warning`."],["The `InstanceGroups` property is a `RepeatedField` of `InstanceGroup` objects, representing a list of instance groups, while the `Warning` property is an informational message that appears when the instance groups list is empty."],["It contains members inherited from the base `object` class such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]