data class JobCopySourceTableArgs(val datasetId: Output<String>? = null, val projectId: Output<String>? = null, val tableId: Output<String>) : ConvertibleToJava<JobCopySourceTableArgs>
The table. Can be specified {{table_id}} if project_id and dataset_id are also set, or of the form projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}} if not.