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-24 UTC."],[[["This webpage details the `RegionInstanceGroupManagersAbandonInstancesRequest` class within the Google.Cloud.Compute.V1 namespace, primarily used in .NET environments."],["The `RegionInstanceGroupManagersAbandonInstancesRequest` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating new instances, either empty or by copying an existing `RegionInstanceGroupManagersAbandonInstancesRequest` object."],["It contains a property named `Instances`, which is a `RepeatedField\u003cstring\u003e` used to store URLs of instances to be abandoned, and can be represented as a full URL or partial."],["The latest version available for the `RegionInstanceGroupManagersAbandonInstancesRequest` is version 3.6.0, with versions going as far back as version 1.0.0, with a full total of 29 versions available."]]],[]]