class Google::Apis::SpannerV1::ExecuteBatchDmlRequest

The request for ExecuteBatchDml.

def initialize(**args)

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

def update!(**args)

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