table property

String? table
getter/setter pair

The BigQuery table name to which the insights data should be written.

If this table does not exist, the export call returns an INVALID_ARGUMENT error.

Implementation

core.String? table;