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."],[[["The `PreviewRealmUpdateRequest` class is used as a request message for the `RealmsService.PreviewRealmUpdate` method within the `Google.Cloud.Gaming.V1` namespace."],["This class allows users to preview updates to a realm, with the actual update limited to fields specified in the `update_mask` property."],["The `PreviewRealmUpdateRequest` class has properties for setting the `PreviewTime`, `Realm` to be updated, and the `UpdateMask` for specifying which fields are to be modified."],["There are multiple versions available, with version 2.2.0 being the most recent, and version 2.0.0 being the version this document describes, and also with several versions going back to 1.1.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for its functionalities."]]],[]]