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-21 UTC."],[[["The webpage provides documentation for the `InstanceGroupManagersAbandonInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.14.0."],["This class allows you to abandon specified instances, as indicated by its function of abandoning multiple instance URLs."],["The class inherits from `object` and implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and `IMessage`."],["The `InstanceGroupManagersAbandonInstancesRequest` class offers two constructors, one default and another that takes an `InstanceGroupManagersAbandonInstancesRequest` object as a parameter."],["It includes an `Instances` property, a `RepeatedField\u003cstring\u003e`, that stores the URLs of instances to be abandoned, which can be full or partial URLs."]]],[]]