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 used to request a specific realm from 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 management."],["It inherits from the base `Object` class, inheriting core object methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `GetRealmRequest` class has two constructors, one default and one that takes another `GetRealmRequest` object as a parameter, and it includes properties for the `Name` and a `RealmName` type view of the resource name."],["The most recent version available of the class is 2.2.0, with multiple prior versions also documented, including 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, and 1.1.0."]]],[]]