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-24 UTC."],[[["This webpage details the `InstanceGroupsRemoveInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0."],["The `InstanceGroupsRemoveInstancesRequest` class is used to manage the removal of instances from instance groups, and it inherits from Object while also implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is defined within the `Google.Cloud.Compute.V1.dll` assembly, and the namespace it resides in is also `Google.Cloud.Compute.V1`."],["The webpage provides documentation for versions ranging from 1.0.0 to the latest 3.6.0, allowing users to reference specific releases of `InstanceGroupsRemoveInstancesRequest`."],["The `InstanceGroupsRemoveInstancesRequest` class includes a property called `Instances` of the type `RepeatedField\u003cInstanceReference\u003e`, which represents the collection of instances that will be removed."]]],[]]