class Google::Apis::SpannerV1::Write

Arguments to insert, update, insert_or_update, and replace operations.

def initialize(**args)

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

def update!(**args)

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