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-21 UTC."],[[["This webpage provides documentation for the `TargetPoolsRemoveInstanceRequest` class within the Google.Cloud.Compute.V1 namespace, detailing its structure and usage."],["The documentation covers a range of versions, from the latest 3.6.0 down to 1.0.0, showcasing the evolution of this component over time."],["The `TargetPoolsRemoveInstanceRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property called `Instances`, which is of type `RepeatedField\u003cInstanceReference\u003e`, and it allows for specifying the URLs of instances that need to be removed from a target pool."],["There are two constructors for the class, one is a default constructor, and the second accepts another `TargetPoolsRemoveInstanceRequest` as an argument for creating a new object instance."]]],[]]