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, specifically version 2.14.0."],["The `InstanceGroupsRemoveInstancesRequest` class is used to define a request to remove instances from an instance group, and it implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page offers a version history with links for the `InstanceGroupsRemoveInstancesRequest` class, ranging from the latest version (3.6.0) down to version 1.0.0, allowing you to track any changes."],["The class has a property named `Instances` of type `RepeatedField\u003cInstanceReference\u003e`, which contains the list of instances that are intended to be removed from the instance group."],["The document lists two constructors for the `InstanceGroupsRemoveInstancesRequest` class, a default constructor and a copy constructor."]]],[]]