public sealed class TargetPoolsRemoveInstanceRequest : IMessage<TargetPoolsRemoveInstanceRequest>, IEquatable<TargetPoolsRemoveInstanceRequest>, IDeepCloneable<TargetPoolsRemoveInstanceRequest>, 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."],[[["The webpage provides documentation for the `TargetPoolsRemoveInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.6.0."],["The `TargetPoolsRemoveInstanceRequest` class is used to manage the removal of instances from a target pool, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage offers links to documentation for previous versions of the class, ranging from version 1.0.0 up to the latest 3.6.0."],["It details that the class inherits from `Object` and has the public property `Instances`, which contains a list of the instances to be removed, with a type of `RepeatedField\u003cInstanceReference\u003e`."],["The class has two constructors, a default constructor, and one that takes another instance of the `TargetPoolsRemoveInstanceRequest` class as an argument, allowing for creating copies."]]],[]]