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."],[[["The `InstanceGroupManagersResumeInstancesRequest` class, found in the `Google.Cloud.Compute.V1` namespace, is designed to manage the resuming of instances and is available across multiple versions, ranging from 1.0.0 to the latest 3.6.0."],["This class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `InstanceGroupManagersResumeInstancesRequest()` and another that accepts an `InstanceGroupManagersResumeInstancesRequest` object as a parameter for copying."],["The `Instances` property, of type `RepeatedField\u003cstring\u003e`, is used to specify the URLs of the instances that should be resumed, accepting both full and partial URLs."],["The content provided allows the user to navigate to different versions of `InstanceGroupManagersResumeInstancesRequest`, showing a list of releases from the 1.0.0 version to the newest 3.6.0, as well as its inherited members."]]],[]]