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-04-09 UTC."],[[["This page details the `RegionInstanceGroupManagersAbandonInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, specifically version 3.2.0."],["The latest version available is 3.6.0, and the page contains a list of various versions of the same request, ranging from 1.0.0 to the current 3.6.0."],["This class, `RegionInstanceGroupManagersAbandonInstancesRequest`, is used to abandon instances and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Instances` property, a `RepeatedField` of strings, contains the URLs of instances to be abandoned, which can be either full or partial URLs."],["The class has two constructors: a default constructor and a copy constructor that takes another `RegionInstanceGroupManagersAbandonInstancesRequest` object as a parameter."]]],[]]