public sealed class GetGroupRequest : IMessage<GetGroupRequest>, IEquatable<GetGroupRequest>, IDeepCloneable<GetGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetGroupRequest.
[[["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 document provides reference documentation for the `GetGroupRequest` class within the Migration Center v1 API, detailing its structure and functionality."],["`GetGroupRequest` is a request class used to retrieve a group resource in the Migration Center API, and it inherits from `object` while implementing several interfaces like `IMessage` and `IEquatable`."],["The class is found in the `Google.Cloud.MigrationCenter.V1` namespace, with the latest version being 1.4.0, and it is contained within the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["`GetGroupRequest` has two constructors, a default one and another that accepts a `GetGroupRequest` object as a parameter, allowing for the creation of new requests or copying of existing ones."],["The `GetGroupRequest` class contains properties `GroupName` and `Name` that allow users to specify which group to retrieve, with `Name` being a required parameter of type string."]]],[]]