public sealed class GetRegionInstanceGroupRequest : IMessage<GetRegionInstanceGroupRequest>, IEquatable<GetRegionInstanceGroupRequest>, IDeepCloneable<GetRegionInstanceGroupRequest>, IBufferMessage, IMessage
A request message for RegionInstanceGroups.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 `GetRegionInstanceGroupRequest` class is a request message used for retrieving information about a specific instance group within a region, as defined by the `RegionInstanceGroups.Get` method."],["This class has a long history with multiple versions, with the latest version being 3.6.0 and over 30 versions of the same class listed."],["It inherits properties and methods from the `Object` class, along with implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The `GetRegionInstanceGroupRequest` class includes properties such as `InstanceGroup`, `Project`, and `Region`, which are strings used to specify the instance group, project ID, and region for the request."],["This class also has two constructors, a parameterless constructor, and one that take another `GetRegionInstanceGroupRequest` as a parameter."]]],[]]