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.
Implements
IMessagePreviewRealmUpdateResponse, IEquatablePreviewRealmUpdateResponse, IDeepCloneablePreviewRealmUpdateResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
PreviewRealmUpdateResponse()
public PreviewRealmUpdateResponse()
PreviewRealmUpdateResponse(PreviewRealmUpdateResponse)
public PreviewRealmUpdateResponse(PreviewRealmUpdateResponse other)
Parameter | |
---|---|
Name | Description |
other | PreviewRealmUpdateResponse |
Properties
Etag
public string Etag { get; set; }
ETag of the realm.
Property Value | |
---|---|
Type | Description |
string |
TargetState
public TargetState TargetState { get; set; }
The target state.
Property Value | |
---|---|
Type | Description |
TargetState |