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 page provides documentation for the `TargetPoolsRemoveInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version documented is 3.6.0, with a range of previous versions available from 1.0.0 to 3.5.0 for the `TargetPoolsRemoveInstanceRequest`."],["The `TargetPoolsRemoveInstanceRequest` class, used for removing instances from a target pool, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one for creating a new instance, and one for making a copy of another instance, and it has a property named `Instances` which contains the URLs for the instances being removed."],["The class inherits certain members from the base class `Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are all available for use within `TargetPoolsRemoveInstanceRequest`."]]],[]]