InsertTableRequest constructor

InsertTableRequest({
  1. int? columns,
  2. EndOfSegmentLocation? endOfSegmentLocation,
  3. Location? location,
  4. int? rows,
})

Implementation

InsertTableRequest({
  this.columns,
  this.endOfSegmentLocation,
  this.location,
  this.rows,
});