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-04-09 UTC."],[[["This webpage provides documentation for the `InstanceGroupsRemoveInstancesRequest` class within the Google.Cloud.Compute.V1 namespace, specifically version 3.1.0."],["The `InstanceGroupsRemoveInstancesRequest` class is used to remove instances from an instance group and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a comprehensive list of previous versions of this class, ranging from version 1.0.0 up to the latest version 3.6.0."],["The class has two constructors, one being a default parameterless constructor and another that accepts an `InstanceGroupsRemoveInstancesRequest` object as a parameter."],["The class has a property called 'Instances', which is of type `RepeatedField\u003cInstanceReference\u003e` that stores the list of instances that should be removed from the group."]]],[]]