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 document provides details for the `PreviewRealmUpdateRequest` class, which is used as a request message for updating a realm in the Google Cloud Gaming service."],["The `PreviewRealmUpdateRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it supports various functionalities."],["The `PreviewRealmUpdateRequest` class has three main properties: `PreviewTime` (a timestamp for preview), `Realm` (the realm to be updated), and `UpdateMask` (specifying which fields to update)."],["The class has two constructors: a default constructor and one that takes another `PreviewRealmUpdateRequest` instance as a parameter to copy its data."],["This specific documentation is for version 1.3.0, and it includes links to documentation for other versions of the `PreviewRealmUpdateRequest`, with version 2.2.0 being the latest."]]],[]]