TableDataInsertAllRequest constructor

TableDataInsertAllRequest({
  1. bool? ignoreUnknownValues,
  2. String? kind,
  3. List<TableDataInsertAllRequestRows>? rows,
  4. bool? skipInvalidRows,
  5. String? templateSuffix,
  6. String? traceId,
})

Implementation

TableDataInsertAllRequest({
  this.ignoreUnknownValues,
  this.kind,
  this.rows,
  this.skipInvalidRows,
  this.templateSuffix,
  this.traceId,
});