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 details the `PreviewRealmUpdateResponse` class, which is a response message for the `RealmsService.PreviewRealmUpdate` within the Google Cloud Gaming V1 API."],["The `PreviewRealmUpdateResponse` class, part of the `Google.Cloud.Gaming.V1` namespace, is implemented within the `Google.Cloud.Gaming.V1.dll` assembly and inherits from `System.Object`."],["The class has two constructors: a default `PreviewRealmUpdateResponse()` and another that accepts a `PreviewRealmUpdateResponse` object for copying."],["Key properties of the class include `Etag` (a string representing the ETag of the realm) and `TargetState` (the target state, of type `TargetState`)."],["The webpage also lists various versions of the API, with version 2.2.0 being the latest."]]],[]]