OneOffQueryResponse constructor
OneOffQueryResponse({})
Implementation
OneOffQueryResponse({
required this.messageId,
required this.requestId,
required this.tables,
required this.totalHostExecutionDurationMicros,
this.error,
});