public sealed class PreviewRealmUpdateResponse : IMessage<PreviewRealmUpdateResponse>, IEquatable<PreviewRealmUpdateResponse>, IDeepCloneable<PreviewRealmUpdateResponse>, IBufferMessage, IMessage
Response 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 document provides information about the `PreviewRealmUpdateResponse` class, which is part of the Google Cloud Gaming V1 API, specifically version 2.0.0."],["`PreviewRealmUpdateResponse` is a response message type used by the `RealmsService.PreviewRealmUpdate` method, and it inherits from the `Object` class while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `PreviewRealmUpdateResponse()`, and another that takes a `PreviewRealmUpdateResponse` object as an argument for copying."],["The class features two key properties, `Etag`, which represents the ETag of the realm and is of type string, and `TargetState`, which is the target state and is of the type `TargetState`."],["The document lists the various available versions of the `PreviewRealmUpdateResponse` class, ranging from version 1.1.0 to the latest version 2.2.0."]]],[]]