JobExtractSourceTable

data class JobExtractSourceTable(val datasetId: String? = null, val projectId: String? = null, val tableId: String)

Constructors

Link copied to clipboard
constructor(datasetId: String? = null, projectId: String? = null, tableId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datasetId: String? = null

The ID of the dataset containing this table.

Link copied to clipboard
val projectId: String? = null

The ID of the project containing this table.

Link copied to clipboard

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.