QueryResponse constructor
QueryResponse({
- bool? cacheHit,
- String? creationTime,
- DmlStatistics? dmlStats,
- String? endTime,
- List<
ErrorProto> ? errors, - bool? jobComplete,
- JobCreationReason? jobCreationReason,
- JobReference? jobReference,
- String? kind,
- String? location,
- String? numDmlAffectedRows,
- String? pageToken,
- String? queryId,
- List<
TableRow> ? rows, - TableSchema? schema,
- SessionInfo? sessionInfo,
- String? startTime,
- String? totalBytesBilled,
- String? totalBytesProcessed,
- String? totalRows,
- String? totalSlotMs,
Implementation
QueryResponse({
this.cacheHit,
this.creationTime,
this.dmlStats,
this.endTime,
this.errors,
this.jobComplete,
this.jobCreationReason,
this.jobReference,
this.kind,
this.location,
this.numDmlAffectedRows,
this.pageToken,
this.queryId,
this.rows,
this.schema,
this.sessionInfo,
this.startTime,
this.totalBytesBilled,
this.totalBytesProcessed,
this.totalRows,
this.totalSlotMs,
});