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-04-17 UTC."],[[["This webpage details the `GetGroupRequest` class within the `Google.Cloud.Monitoring.V3` namespace, used for retrieving a specific group in the Google Cloud Monitoring API."],["The `GetGroupRequest` class is implemented with multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits methods from the base `Object` class."],["The latest version of the API reference available on this page is 3.15.0, with numerous older versions also accessible."],["Key properties of the `GetGroupRequest` class are `GroupName`, `Name`, and `ResourceName`, providing different ways to identify and interact with a resource."],["The class includes two constructors: a default constructor `GetGroupRequest()` and another `GetGroupRequest(GetGroupRequest other)` to copy the data from another instance of `GetGroupRequest`."]]],[]]