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 `PreviewRealmUpdateResponse` class is a response message for `RealmsService.PreviewRealmUpdate`, designed for use 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 checks, deep cloning, and buffer-based operations."],["The `PreviewRealmUpdateResponse` class includes two constructors: a default constructor and a copy constructor that takes another `PreviewRealmUpdateResponse` object as a parameter."],["It contains two key properties: `Etag`, which is a string representing the ETag of the realm, and `TargetState`, which represents the desired target state of an object."],["There are various versions of the `PreviewRealmUpdateResponse` message available, ranging from version 1.1.0 up to the latest version 2.2.0, providing a history of the message's evolution."]]],[]]