JobQueryDefaultDataset

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The dataset. Can be specified {{dataset_id}} if project_id is also set, or of the form projects/{{project}}/datasets/{{dataset_id}} if not.

Link copied to clipboard
val projectId: String? = null

The ID of the project containing this table.