public sealed class UpdateRealmRequest : IMessage<UpdateRealmRequest>, IEquatable<UpdateRealmRequest>, IDeepCloneable<UpdateRealmRequest>, 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 `UpdateRealmRequest` class is used to send requests for updating a realm within the RealmsService."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message support."],["`UpdateRealmRequest` contains two main properties, `Realm` which specifies the realm to update, and `UpdateMask`, defining which fields within the realm should be modified."],["There are two constructors available: one default and one that clones an existing `UpdateRealmRequest` instance."],["The latest version of this class is 2.2.0 with the lowest available being 1.1.0, with documentation to access each of these versions available."]]],[]]