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."],[[["The `InstanceGroupsAddInstancesRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is used for managing instance groups within Google Cloud."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse functionality."],["The latest version of `InstanceGroupsAddInstancesRequest` is 3.6.0, and a comprehensive history of previous versions is available, ranging from 1.0.0 up to the current latest release."],["The class `InstanceGroupsAddInstancesRequest` has a property named `Instances` which is a list of instance references to add to an instance group, of type `RepeatedField\u003cInstanceReference\u003e`."],["The `InstanceGroupsAddInstancesRequest` class has two constructors, one being an empty constructor and the second allowing for the creation of an `InstanceGroupsAddInstancesRequest` object by passing another `InstanceGroupsAddInstancesRequest` as a parameter."]]],[]]