public sealed class GetInstanceGroupManagerRequest : IMessage<GetInstanceGroupManagerRequest>, IEquatable<GetInstanceGroupManagerRequest>, IDeepCloneable<GetInstanceGroupManagerRequest>, IBufferMessage, IMessage
A request message for InstanceGroupManagers.Get. See the method description for details.
[[["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-21 UTC."],[[["The latest version of the `GetInstanceGroupManagerRequest` is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0 available for reference."],["`GetInstanceGroupManagerRequest` is a request message used for the `InstanceGroupManagers.Get` method."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors to create a new `GetInstanceGroupManagerRequest` object, either empty or from another `GetInstanceGroupManagerRequest` object."],["It contains properties for `InstanceGroupManager`, `Project`, and `Zone`, all of which are strings, describing the instance group, the project, and the zone respectively."]]],[]]