public sealed class InstanceGroupsAddInstancesRequest : IMessage<InstanceGroupsAddInstancesRequest>, IEquatable<InstanceGroupsAddInstancesRequest>, IDeepCloneable<InstanceGroupsAddInstancesRequest>, 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."],[[["This webpage details the `InstanceGroupsAddInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 3.2.0 of the library."],["The latest version for this class is 3.6.0, and the page offers a list of available versions ranging from 1.0.0 to 3.6.0."],["The `InstanceGroupsAddInstancesRequest` class is part of the `Google.Cloud.Compute.V1.dll` assembly and inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains the property `Instances`, which is a `RepeatedField` of `InstanceReference` objects and represents the list of instances to be added to the instance group."],["The class has two constructors: one is a parameterless constructor and the other one takes an `InstanceGroupsAddInstancesRequest` as a parameter."]]],[]]