public sealed class RegionInstanceGroupManagersAbandonInstancesRequest : IMessage<RegionInstanceGroupManagersAbandonInstancesRequest>, IEquatable<RegionInstanceGroupManagersAbandonInstancesRequest>, IDeepCloneable<RegionInstanceGroupManagersAbandonInstancesRequest>, 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 details the `RegionInstanceGroupManagersAbandonInstancesRequest` class within the Google.Cloud.Compute.V1 namespace, presenting a comprehensive list of available versions, with the latest version being 3.6.0."],["The `RegionInstanceGroupManagersAbandonInstancesRequest` class is designed for use within the Google Compute Engine API, as indicated by its namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for robust functionality within the .NET ecosystem."],["The class includes a property called `Instances` which allows for the specification of one or more instance URLs to be abandoned, supporting both full and partial URLs."],["The content provides two constructors for the class, a default constructor, and one that takes another `RegionInstanceGroupManagersAbandonInstancesRequest` as an argument."]]],[]]