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` objects can be constructed using either a default constructor or a copy constructor, taking another `UpdateRealmRequest` as a parameter."],["The class contains two key properties: `Realm`, which specifies the realm to be updated, and `UpdateMask`, which determines which fields of the realm will be modified."],["The `UpdateRealmRequest` is part of the `Google.Cloud.Gaming.V1` namespace and is contained within the `Google.Cloud.Gaming.V1.dll` assembly."]]],[]]