class Google::Apis::SpannerV1::TransactionSelector

def update!(**args)

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