InsertTableRequest constructor
InsertTableRequest({
- int? columns,
- EndOfSegmentLocation? endOfSegmentLocation,
- Location? location,
- int? rows,
Implementation
InsertTableRequest({
this.columns,
this.endOfSegmentLocation,
this.location,
this.rows,
});