public sealed class GetRealmRequest : IMessage<GetRealmRequest>, IEquatable<GetRealmRequest>, IDeepCloneable<GetRealmRequest>, 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 `GetRealmRequest` class is a request message used for retrieving a realm via the `RealmsService`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message handling respectively."],["The `GetRealmRequest` class includes two constructors: a default constructor and one that takes another `GetRealmRequest` object as a parameter for initialization."],["It has properties `Name`, a string that represents the name of the realm to retrieve and `RealmName` which provides a typed view over the name property."],["This class is part of the `Google.Cloud.Gaming.V1` namespace within the `Google.Cloud.Gaming.V1.dll` assembly, and is found in several versions of this assembly, with the latest version being `2.2.0`."]]],[]]