public sealed class InstanceGroupManagersAbandonInstancesRequest : IMessage<InstanceGroupManagersAbandonInstancesRequest>, IEquatable<InstanceGroupManagersAbandonInstancesRequest>, IDeepCloneable<InstanceGroupManagersAbandonInstancesRequest>, 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."],[[["This page provides documentation for the `InstanceGroupManagersAbandonInstancesRequest` class within the Google Cloud Compute V1 .NET library, with the latest version being 3.6.0."],["The `InstanceGroupManagersAbandonInstancesRequest` class is used to request the abandonment of one or more instances within an instance group manager."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["There is a constructor that take `InstanceGroupManagersAbandonInstancesRequest` object as parameter."],["The `Instances` property, of type `RepeatedField\u003cstring\u003e`, holds the URLs of the instances to be abandoned, which can be specified as full or partial URLs."]]],[]]