public sealed class PreviewRealmUpdateResponse : IMessage<PreviewRealmUpdateResponse>, IEquatable<PreviewRealmUpdateResponse>, IDeepCloneable<PreviewRealmUpdateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class PreviewRealmUpdateResponse.
Response message for RealmsService.PreviewRealmUpdate.
Implements
IMessagePreviewRealmUpdateResponse, IEquatablePreviewRealmUpdateResponse, IDeepCloneablePreviewRealmUpdateResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1BetaAssembly
Google.Cloud.Gaming.V1Beta.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 |