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-04-09 UTC."],[[["This webpage provides documentation for the `InstanceGroupsAddInstancesRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for version 3.3.0."],["The `InstanceGroupsAddInstancesRequest` class is used to define a request to add instances to an instance group, and it implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of this documentation is for 3.6.0, with several previous versions available, from 1.0.0 up to the latest."],["The class has a constructor that allows for creating a new instance or cloning an existing `InstanceGroupsAddInstancesRequest` instance, and a property, `Instances`, which is a list of instance references."]]],[]]