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 webpage provides documentation for the `GetGroupRequest` class within the Google Cloud Migration Center v1 API."],["`GetGroupRequest` is used to request and retrieve information about a specific group and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `GetGroupRequest()` and a copy constructor `GetGroupRequest(GetGroupRequest other)` for creating a new instance from an existing one."],["It includes properties like `GroupName` and `Name`, where `Name` is a required field representing the resource name of the group."],["The document is part of a larger API with different versions available, ranging from 1.0.0 to the latest version 1.4.0."]]],[]]