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-31 UTC."],[[["This webpage provides documentation for the `InstanceGroupManagersAbandonInstancesRequest` class within the Google Cloud Compute V1 library for .NET, spanning versions from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `InstanceGroupManagersAbandonInstancesRequest` class, found in the `Google.Cloud.Compute.V1` namespace, is used to specify instances to abandon from an instance group manager, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property called `Instances`, which is a `RepeatedField` of strings representing the URLs of the instances to be abandoned, with the URL format allowing for either full or partial URLs, such as \"zones/[ZONE]/instances/[INSTANCE_NAME]\"."],["The `InstanceGroupManagersAbandonInstancesRequest` class, inherits from the `Object` class and includes two constructors, one of which is a copy constructor that takes another `InstanceGroupManagersAbandonInstancesRequest` object as its parameter."],["The content provides a listing of all the versions of the `InstanceGroupManagersAbandonInstancesRequest`, with links to their documentation, making it easier for users to navigate to previous versions."]]],[]]