public sealed class RegionInstanceGroupManagersResumeInstancesRequest : IMessage<RegionInstanceGroupManagersResumeInstancesRequest>, IEquatable<RegionInstanceGroupManagersResumeInstancesRequest>, IDeepCloneable<RegionInstanceGroupManagersResumeInstancesRequest>, 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 `RegionInstanceGroupManagersResumeInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, specifically version 3.5.0."],["Version 3.6.0 is the latest version, while the provided links range from version 1.0.0 up to 3.6.0 of the class documentation, with all the other versions in between."],["The class inherits from the base `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It features a constructor that can either create a new instance or copy an existing `RegionInstanceGroupManagersResumeInstancesRequest` object, and the `Instances` property that holds the URLs for one or more instances to resume."],["The provided documentation outlines inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()` from the `object` base class."]]],[]]