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` namespace, used in the Google Cloud Compute API."],["The `InstanceGroupsRemoveInstancesRequest` class is designed to remove instances from an instance group, as indicated by its name and the `Instances` property, which holds a list of instances to be removed."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["The webpage provides a version history with links to documentation for versions ranging from 1.0.0 up to the latest release, 3.6.0, making available the different versions of `InstanceGroupsRemoveInstancesRequest`."],["The `InstanceGroupsRemoveInstancesRequest` class has two constructors: one default constructor, and another constructor accepting another `InstanceGroupsRemoveInstancesRequest` object, enabling object creation and copying."]]],[]]