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 `InstanceGroupsRemoveInstancesRequest` class, part of the Google.Cloud.Compute.V1 library, is used to manage the removal of instances from instance groups within Google Cloud."],["Version 3.6.0 is the latest version available for `InstanceGroupsRemoveInstancesRequest`, with support for older versions going as low as 1.0.0 being present in the content."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality for data handling and object management."],["The `InstanceGroupsRemoveInstancesRequest` class provides a constructor that can create an instance or copy an existing `InstanceGroupsRemoveInstancesRequest` object."],["The class features an `Instances` property, a `RepeatedField` of `InstanceReference` objects, that contains the list of instances that are specified for removal."]]],[]]