destinationTable property
Describes the table where the query results should be stored.
If not present, a new table will be created to store the results. This property must be set for large results that exceed the maximum response size.
Optional.
Implementation
TableReference? destinationTable;