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, version 2.15.0 of the Google Cloud Compute library."],["The class is used to add instances to an instance group, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The latest version available in this document is 3.6.0, with multiple previous versions dating back to version 1.0.0, all of which provide functionality for `InstanceGroupsAddInstancesRequest`."],["The `InstanceGroupsAddInstancesRequest` class includes a property named `Instances`, which is a `RepeatedField` of `InstanceReference` objects representing the instances to be added."],["There are two constructors provided: one default constructor and another that accepts an existing `InstanceGroupsAddInstancesRequest` object for creating copies."]]],[]]