BiReservationPreferredTableArgs

data class BiReservationPreferredTableArgs(val datasetId: Output<String>? = null, val projectId: Output<String>? = null, val tableId: Output<String>? = null) : ConvertibleToJava<BiReservationPreferredTableArgs>

Constructors

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

Properties

Link copied to clipboard
val datasetId: Output<String>? = null

The ID of the dataset in the above project.

Link copied to clipboard
val projectId: Output<String>? = null

The assigned project ID of the project.

Link copied to clipboard
val tableId: Output<String>? = null

The ID of the table in the above dataset.

Functions

Link copied to clipboard
open override fun toJava(): BiReservationPreferredTableArgs