class Google::Apis::SpannerV1::Transaction

def update!(**args)

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