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 webpage details the `InstanceGroupsAddInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0."],["The `InstanceGroupsAddInstancesRequest` class is used to manage adding instances to an instance group and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a public property `Instances`, which is a `RepeatedField` of `InstanceReference` objects, representing the list of instances to add to the group."],["The page lists multiple previous versions of the `InstanceGroupsAddInstancesRequest` class, ranging from version 1.0.0 to 3.5.0, available via provided hyperlinks."],["There are two constructors available for the `InstanceGroupsAddInstancesRequest` class: a default constructor and a copy constructor."]]],[]]