public sealed class GetRealmRequest : IMessage<GetRealmRequest>, IEquatable<GetRealmRequest>, IDeepCloneable<GetRealmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class GetRealmRequest.
[[["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 part of the Game Services v1 API and is used to request information about a specific realm."],["The latest version of this class is 2.2.0, with older versions available, including 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, and 1.1.0."],["`GetRealmRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The `Name` property, which is required, and `RealmName`, provide access to the realm's name in string or `RealmName` type."],["The class has two constructors, one default and one that accepts another `GetRealmRequest` object for initialization."]]],[]]