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."],[[["This webpage provides documentation for the `PreviewRealmUpdateResponse` class within the `Google.Cloud.Gaming.V1` namespace, detailing its structure and usage."],["The `PreviewRealmUpdateResponse` class is the response message for the `RealmsService.PreviewRealmUpdate` operation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a default constructor and one that takes another `PreviewRealmUpdateResponse` object as a parameter."],["`PreviewRealmUpdateResponse` includes two properties: `Etag` (a string) which represents the ETag of the realm, and `TargetState`, which represents the target state of the update operation."]]],[]]