GetQueryResultsResponse constructor

GetQueryResultsResponse({
  1. bool? cacheHit,
  2. List<ErrorProto>? errors,
  3. String? etag,
  4. bool? jobComplete,
  5. JobReference? jobReference,
  6. String? kind,
  7. String? numDmlAffectedRows,
  8. String? pageToken,
  9. List<TableRow>? rows,
  10. TableSchema? schema,
  11. String? totalBytesProcessed,
  12. String? totalRows,
})

Implementation

GetQueryResultsResponse({
  this.cacheHit,
  this.errors,
  this.etag,
  this.jobComplete,
  this.jobReference,
  this.kind,
  this.numDmlAffectedRows,
  this.pageToken,
  this.rows,
  this.schema,
  this.totalBytesProcessed,
  this.totalRows,
});