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."],[[["The `InstanceGroupsAddInstancesRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used for adding instances to an instance group, with the latest version being 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and deep cloning."],["It is an extension of the `Object` class and contains a constructor for creating new instances, as well as a copy constructor that accepts another `InstanceGroupsAddInstancesRequest` instance."],["The `InstanceGroupsAddInstancesRequest` class contains a `Instances` property, which is a list of type `RepeatedField\u003cInstanceReference\u003e`, used to specify instances to add to the instance group."],["The documentation provides a history of prior versions of `InstanceGroupsAddInstancesRequest`, showing a list from the latest version, 3.6.0 down to version 1.0.0."]]],[]]