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-04-09 UTC."],[[["The latest version of the `TargetPoolsRemoveInstanceRequest` documentation is 3.6.0, with a historical range of versions spanning from 1.0.0 to the latest."],["The `TargetPoolsRemoveInstanceRequest` class is part of the `Google.Cloud.Compute.V1` namespace, found within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, extending functionality beyond a standard object."],["`TargetPoolsRemoveInstanceRequest` has two constructors: a default constructor and one that accepts another `TargetPoolsRemoveInstanceRequest` object as a parameter."],["The primary property, `Instances`, is a `RepeatedField` of `InstanceReference` objects, which are the URLs of the instances intended to be removed from the target pool."]]],[]]