public sealed class GetInstanceGroupRequest : IMessage<GetInstanceGroupRequest>, IEquatable<GetInstanceGroupRequest>, IDeepCloneable<GetInstanceGroupRequest>, IBufferMessage, IMessage
A request message for InstanceGroups.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 `GetInstanceGroupRequest` class is a request message for retrieving details about an instance group, and its latest version is 3.6.0."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for detailed manipulation and comparison."],["The class inherits from `Object` and provides methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `GetInstanceGroupRequest` class has properties to specify the `InstanceGroup`, `Project`, and `Zone` for the request."],["The documentation provides version history for `GetInstanceGroupRequest` from 1.0.0 up to 3.6.0, including all links to their respective pages."]]],[]]