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."],[[["The latest version available for `InstanceGroupsRemoveInstancesRequest` is 3.6.0, as shown in the provided list of version links."],["This documentation covers the `InstanceGroupsRemoveInstancesRequest` class in the `Google.Cloud.Compute.V1` namespace, part of the Google Cloud .NET libraries, with the current focus on version 2.7.0."],["The `InstanceGroupsRemoveInstancesRequest` class is part of a hierarchy, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that accepts another `InstanceGroupsRemoveInstancesRequest` object as a parameter for creating a new request based off of an old one."],["The `InstanceGroupsRemoveInstancesRequest` class includes a property called `Instances` which is of the type `RepeatedField\u003cInstanceReference\u003e`, and it is used to store a list of instances intended to be removed from an instance group."]]],[]]