class Google::Apis::SpannerV1::BeginTransactionRequest

def update!(**args)

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