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-03-21 UTC."],[[["The latest version available is 2.2.0, with a range of previous versions listed down to 1.1.0."],["`CreateRealmRequest` is a request message for `RealmsService.CreateRealm`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateRealmRequest` class, found within the `Google.Cloud.Gaming.V1` namespace, has constructors for creating new instances and copying existing ones."],["The `CreateRealmRequest` requires a parent resource name, which needs to be formatted as `projects/{project}/locations/{location}`, as well as the realm resource to be created, and its associated ID."],["There are properties like `Parent`, `ParentAsLocationName`, `Realm`, and `RealmId` associated with the `CreateRealmRequest` class."]]],[]]