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 latest version of the `Google.Cloud.Compute.V1` library for .NET is 3.6.0, and the page provides access to documentation for versions ranging from 1.0.0 to 3.6.0."],["The `InstanceGroupsScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, represents a scoped list of instance groups within Google Cloud Compute."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one and one that takes another `InstanceGroupsScopedList` as an argument for copying."],["`InstanceGroupsScopedList` has two properties: `InstanceGroups`, which is a list of `InstanceGroup` objects, and `Warning`, which is a `Warning` object used when the list of instance groups is empty."]]],[]]