class Google::Apis::GameservicesV1beta::PreviewRealmUpdateResponse

Response message for RealmsService.PreviewRealmUpdate.

Attributes

etag[RW]

ETag of the realm. Corresponds to the JSON property `etag` @return [String]

target_state[RW]

Encapsulates the Target state. Corresponds to the JSON property `targetState` @return [Google::Apis::GameservicesV1beta::TargetState]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gameservices_v1beta/classes.rb, line 1741
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/gameservices_v1beta/classes.rb, line 1746
def update!(**args)
  @etag = args[:etag] if args.key?(:etag)
  @target_state = args[:target_state] if args.key?(:target_state)
end