class Google::Apis::SpannerV1::AdaptMessageResponse

Message sent by the adapter to the client.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @payload = args[:payload] if args.key?(:payload)
  @state_updates = args[:state_updates] if args.key?(:state_updates)
end