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 webpage details the `InstanceGroupsRemoveInstancesRequest` class within the Google Cloud Compute V1 library for .NET, specifically version 2.8.0."],["The page provides links to documentation for multiple versions of the library, ranging from version 1.0.0 to the latest version 3.6.0."],["The `InstanceGroupsRemoveInstancesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and a property named `Instances`, which is a repeated field of `InstanceReference` objects, and is used to list the instances to remove."],["It is derived from the base `object` class and inherits members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]