done property

bool? done
getter/setter pair

The query response, which can be either an error or a valid response.

If done == false and the query result is being saved in a output, the output_config field will be set. If done == true, exactly one of error, query_result or output_config will be set.

Implementation

core.bool? done;