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 provides documentation for the `InstanceGroupsRemoveInstancesRequest` class within the Google Cloud Compute V1 .NET library, specifically version 2.11.0."],["The `InstanceGroupsRemoveInstancesRequest` class is used to define a request to remove instances from an instance group, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists available documentation versions for the `InstanceGroupsRemoveInstancesRequest` class, ranging from the latest 3.6.0 to the initial 1.0.0."],["The class has two constructors, one for creating an empty request, and one for making a request by cloning another instance of the request."],["The class includes a `Instances` property, which is a list of `InstanceReference` objects, to specify the instances to be removed from the instance group."]]],[]]