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."],[[["The `InstanceGroupsRemoveInstancesRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used for removing instances from instance groups."],["Version 3.6.0 is the latest version, while the content covers versions as early as 1.0.0, providing a comprehensive range of release history."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides functionalities for message handling, equality comparison, deep cloning, and buffered message operations respectively."],["The primary property of this class is `Instances`, a `RepeatedField` of `InstanceReference` type, that specifies the list of instances that should be removed from the group."],["There are two constructors available: a default constructor and one that takes another `InstanceGroupsRemoveInstancesRequest` object as a parameter, for copying instances."]]],[]]