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 latest version available for `InstanceGroupsAddInstancesRequest` is 3.6.0, as shown in the provided list of versioned links."],["`InstanceGroupsAddInstancesRequest` is a class found within the `Google.Cloud.Compute.V1` namespace, used for managing instance groups."],["The class `InstanceGroupsAddInstancesRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a property called `Instances`, of type `RepeatedField\u003cInstanceReference\u003e`, which stores the list of instances intended to be added to the instance group."],["The class `InstanceGroupsAddInstancesRequest` also contains two constructors, one which is parameterless and another one that accepts an `InstanceGroupsAddInstancesRequest` object as a parameter."]]],[]]