public sealed class PreviewRealmUpdateRequest : IMessage<PreviewRealmUpdateRequest>, IEquatable<PreviewRealmUpdateRequest>, IDeepCloneable<PreviewRealmUpdateRequest>, IBufferMessage, IMessage
Request message for RealmsService.PreviewRealmUpdate.
[[["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."],[[["This page documents the `PreviewRealmUpdateRequest` class, which is used as a request message for the `RealmsService.PreviewRealmUpdate` method."],["The `PreviewRealmUpdateRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `PreviewTime`, `Realm`, and `UpdateMask`, all of which contribute to defining the parameters for the realm update request."],["There are two constructors for the `PreviewRealmUpdateRequest`, one of which is for passing in another `PreviewRealmUpdateRequest` object to copy."],["The most recent version available for the class documented on the page is 2.0.0-beta03 and the version the page documents is 1.0.0-beta09."]]],[]]