GetQueryResultsResponse constructor
GetQueryResultsResponse({
- bool? cacheHit,
- List<
ErrorProto> ? errors, - String? etag,
- bool? jobComplete,
- JobReference? jobReference,
- String? kind,
- String? numDmlAffectedRows,
- String? pageToken,
- List<
TableRow> ? rows, - TableSchema? schema,
- String? totalBytesProcessed,
- 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,
});