public sealed class InstanceGroupsRemoveInstancesRequest : IMessage<InstanceGroupsRemoveInstancesRequest>, IEquatable<InstanceGroupsRemoveInstancesRequest>, IDeepCloneable<InstanceGroupsRemoveInstancesRequest>, 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 provides documentation for the `InstanceGroupsRemoveInstancesRequest` class within the Google.Cloud.Compute.V1 namespace, available across multiple versions."],["The latest version documented is 3.6.0, with a comprehensive history of versions dating back to 1.0.0, enabling users to access specific documentation based on their version."],["The `InstanceGroupsRemoveInstancesRequest` class is used to manage the removal of instances from an instance group, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a property `Instances`, which is a `RepeatedField` that contains the instances that the user intends to remove from the instance group."],["There are 2 constructors for `InstanceGroupsRemoveInstancesRequest`, one default constructor and one that takes in an `InstanceGroupsRemoveInstancesRequest` as a parameter."]]],[]]