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-21 UTC."],[[["This webpage details the `InstanceGroupsAddInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0 and up to 1.0.0."],["The `InstanceGroupsAddInstancesRequest` class is used to manage requests for adding instances to instance groups, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one, and one that accepts another `InstanceGroupsAddInstancesRequest` object for parameter `other`."],["The primary property of this class is `Instances`, a `RepeatedField` of `InstanceReference` type, which holds the list of instances intended for addition to the instance group."]]],[]]