referencedTables property

List<TableReference>? referencedTables
getter/setter pair

Referenced tables for the job.

Queries that reference more than 50 tables will not have a complete list.

Output only.

Implementation

core.List<TableReference>? referencedTables;