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 details the `InstanceGroupManagersResumeInstancesRequest` class within the Google.Cloud.Compute.V1 namespace, specifically version 3.3.0."],["The latest version of the `InstanceGroupManagersResumeInstancesRequest` class is 3.6.0, and the page provides links to documentation for multiple previous versions, ranging from 1.0.0 to 3.6.0."],["The `InstanceGroupManagersResumeInstancesRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property called `Instances`, which is a `RepeatedField` of strings used to specify the URLs of the instances to be resumed, supporting both full and partial URLs."],["There are two constructors available for `InstanceGroupManagersResumeInstancesRequest`: one default and another that accepts an existing `InstanceGroupManagersResumeInstancesRequest` object for duplication."]]],[]]