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 API."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer management."],["It contains properties such as `PreviewTime`, `Realm`, and `UpdateMask`, allowing for specifying the target timestamp for the preview, the realm to be updated, and the fields to be updated within the resource, respectively."],["There are multiple versions of this class, with `2.2.0` being the latest, and it is part of the `Google.Cloud.Gaming.V1` namespace within the `Google.Cloud.Gaming.V1.dll` assembly."],["The class offers two constructors, one default and another that accepts another `PreviewRealmUpdateRequest` for initialization."]]],[]]