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."],[[["`PreviewRealmUpdateRequest` is a request message used by `RealmsService` to preview realm updates in version 1.4.0 of the Google.Cloud.Gaming.V1 library."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["This request requires `Realm` and `UpdateMask` properties, which specify the realm to be updated and the fields to update, respectively, and it has an optional property of `PreviewTime` which designates the target timestamp for previewing."],["There are two constructors available: a default constructor and one that accepts another `PreviewRealmUpdateRequest` as a parameter for copying."],["The latest version of `PreviewRealmUpdateRequest` available is 2.2.0, with several earlier versions dating back to 1.1.0."]]],[]]