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."],[[["This webpage details the `GetGroupRequest` class within the `Google.Cloud.VMMigration.V1` namespace, specifically for version 2.1.0 of the .NET library."],["`GetGroupRequest` is a request message used for initiating a 'GetGroup' operation, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `GetGroupRequest()` and a copy constructor `GetGroupRequest(GetGroupRequest other)`."],["`GetGroupRequest` has properties `GroupName` of type `GroupName` and `Name` of type `String`, with `Name` being a required property representing the group name."],["The latest version available is 2.6.0, and the provided content showcases a history of versions from 1.0.0 up to the most recent."]]],[]]