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 page details the `InstanceGroupsRemoveInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, version 1.4.0, used for managing the removal of instances from a Google Cloud Compute instance group."],["The latest version available for `InstanceGroupsRemoveInstancesRequest` is 3.6.0, with a comprehensive list of historical versions dating back to 1.0.0, each accessible via provided links."],["The `InstanceGroupsRemoveInstancesRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a constructor to create a new `InstanceGroupsRemoveInstancesRequest` and an additional constructor to deep clone another instance of the `InstanceGroupsRemoveInstancesRequest` class."],["The `Instances` property, of type `RepeatedField\u003cInstanceReference\u003e`, is available for this class and used to specify the list of instances to remove from the targeted instance group."]]],[]]