public sealed class GetGroupRequest : IMessage<GetGroupRequest>, IEquatable<GetGroupRequest>, IDeepCloneable<GetGroupRequest>, 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-03-21 UTC."],[[["The latest version of the `GetGroupRequest` class is 2.6.0, but this documentation specifically covers version 2.0.0, which is a request message used for retrieving a group."],["The `GetGroupRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage\u003cGetGroupRequest\u003e`, `IEquatable\u003cGetGroupRequest\u003e`, `IDeepCloneable\u003cGetGroupRequest\u003e`, `IBufferMessage`, and `IMessage`."],["This class is located within the `Google.Cloud.VMMigration.V1` namespace and is part of the `Google.Cloud.VMMigration.V1.dll` assembly."],["There are two constructors for `GetGroupRequest`, one default constructor and another one that accepts another `GetGroupRequest` object as a parameter."],["The `GetGroupRequest` class has two main properties: `GroupName`, which provides a typed view of the group's resource name, and `Name`, a string property representing the required group name."]]],[]]