public sealed class CreateRealmRequest : IMessage<CreateRealmRequest>, IEquatable<CreateRealmRequest>, IDeepCloneable<CreateRealmRequest>, 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."],[[["The `CreateRealmRequest` class is a request message used for creating a realm in the RealmsService, and it is part of the `Google.Cloud.Gaming.V1` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The `CreateRealmRequest` class includes properties like `Parent`, `ParentAsLocationName`, `Realm`, and `RealmId`, which are used to specify the location, associated realm resource, and ID for creating a new realm."],["There are two constructors for `CreateRealmRequest`: one default and another that takes an existing `CreateRealmRequest` as a parameter for copying its data."],["The latest version of this service is 2.2.0, and version 2.0.0, from which this information is taken from, has multiple older versions going back to 1.1.0."]]],[]]