class Google::Apis::SpannerV1::RollbackRequest

def update!(**args)

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