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-03-24 UTC."],[[["This page details the `InstanceGroupsAddInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, spanning versions from 1.0.0 to the latest 3.6.0."],["The `InstanceGroupsAddInstancesRequest` class is used to add instances to an instance group, and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `Object` and provides constructors for creating new instances, either default or by copying an existing `InstanceGroupsAddInstancesRequest`."],["The primary property is `Instances`, a `RepeatedField` of `InstanceReference`, which contains the list of instances that will be added to the group."],["There are multiple versions of this class available to use, with the latest being version 3.6.0."]]],[]]