Game Services v1 API - Class PreviewRealmUpdateResponse (2.2.0)

public sealed class PreviewRealmUpdateResponse : IMessage<PreviewRealmUpdateResponse>, IEquatable<PreviewRealmUpdateResponse>, IDeepCloneable<PreviewRealmUpdateResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Game Services v1 API class PreviewRealmUpdateResponse.

Response message for RealmsService.PreviewRealmUpdate.

Inheritance

object > PreviewRealmUpdateResponse

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

PreviewRealmUpdateResponse()

public PreviewRealmUpdateResponse()

PreviewRealmUpdateResponse(PreviewRealmUpdateResponse)

public PreviewRealmUpdateResponse(PreviewRealmUpdateResponse other)
Parameter
NameDescription
otherPreviewRealmUpdateResponse

Properties

Etag

public string Etag { get; set; }

ETag of the realm.

Property Value
TypeDescription
string

TargetState

public TargetState TargetState { get; set; }

The target state.

Property Value
TypeDescription
TargetState