public sealed class UpdateRealmRequest : IMessage<UpdateRealmRequest>, IEquatable<UpdateRealmRequest>, IDeepCloneable<UpdateRealmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class UpdateRealmRequest.
[[["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 `UpdateRealmRequest` class is part of the Game Services v1 API and is used to request an update to a realm."],["The latest version of `UpdateRealmRequest` is 2.2.0, with older versions available from 2.1.0 down to 1.1.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`UpdateRealmRequest` includes properties for specifying the `Realm` to update and the `UpdateMask`, which determines which fields of the realm will be modified."],["The class contains 2 constructors: the default `UpdateRealmRequest()` constructor, and a constructor `UpdateRealmRequest(UpdateRealmRequest other)` that takes another instance of `UpdateRealmRequest`."]]],[]]