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 of the `InstanceGroupsRemoveInstancesRequest` is 3.6.0, but the current page is for version 3.0.0."],["The `InstanceGroupsRemoveInstancesRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the Google.Cloud.Compute.V1.dll assembly."],["This class allows for the removal of instances from an instance group, based on a list of `InstanceReference` objects through the `Instances` property."],["It inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `InstanceGroupsRemoveInstancesRequest`, a default constructor, and one that takes another `InstanceGroupsRemoveInstancesRequest` as a parameter for copying."]]],[]]