public sealed class InstanceGroupManagersResumeInstancesRequest : IMessage<InstanceGroupManagersResumeInstancesRequest>, IEquatable<InstanceGroupManagersResumeInstancesRequest>, IDeepCloneable<InstanceGroupManagersResumeInstancesRequest>, 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 webpage provides documentation for the `InstanceGroupManagersResumeInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version documented is 3.6.0, with a range of previous versions available from 3.5.0 down to 1.0.0, all of which contain the same class documentation."],["The `InstanceGroupManagersResumeInstancesRequest` class is part of the `Google.Cloud.Compute.V1.dll` assembly and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has a property named `Instances` that stores the URLs of instances to be resumed, and it is represented as a `RepeatedField` of strings."],["The documentation shows that you can construct the `InstanceGroupManagersResumeInstancesRequest` class using a parameterless constructor or by passing in an existing instance of the same type."]]],[]]