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."],[[["The webpage provides documentation for the `InstanceGroupManagersAbandonInstancesRequest` class within the Google Cloud Compute V1 library, specifically version 2.7.0."],["This class is used to construct requests to abandon instances managed by Google Cloud Instance Group Managers, as suggested by its properties."],["The latest version documented on the page is 3.6.0, and it includes documentation for multiple older versions, allowing users to view previous implementations and access them if needed."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating it's designed for use within Google's protocol buffer framework."],["`Instances` is the primary property of the `InstanceGroupManagersAbandonInstancesRequest` class, which takes a list of instance URLs to be abandoned."]]],[]]