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."],[[["This page details the `InstanceGroupsRemoveInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, used in the Google Cloud Compute API for .NET."],["The class `InstanceGroupsRemoveInstancesRequest` allows for the removal of instances from an instance group and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Instances` property of this class, of type `RepeatedField\u003cInstanceReference\u003e`, is used to specify the list of instances that should be removed from the instance group."],["The documentation provides links to various versions of the `InstanceGroupsRemoveInstancesRequest`, ranging from version 1.0.0 to the latest 3.6.0, allowing developers to access documentation specific to each version."],["The class `InstanceGroupsRemoveInstancesRequest` inherits from `Object`, with the documentation showing methods inherited from object."]]],[]]