public sealed class PreviewRealmUpdateResponse : IMessage<PreviewRealmUpdateResponse>, IEquatable<PreviewRealmUpdateResponse>, IDeepCloneable<PreviewRealmUpdateResponse>, IBufferMessage, IMessage
Response message for RealmsService.PreviewRealmUpdate.
Implements
IMessage<PreviewRealmUpdateResponse>, IEquatable<PreviewRealmUpdateResponse>, IDeepCloneable<PreviewRealmUpdateResponse>, 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 |