BiReservationPreferredTable

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datasetId: String? = null

The ID of the dataset in the above project.

Link copied to clipboard
val projectId: String? = null

The assigned project ID of the project.

Link copied to clipboard
val tableId: String? = null

The ID of the table in the above dataset.