pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.bigquery.kotlin.outputs
/
TableTableConstraintsPrimaryKey
Table
Table
Constraints
Primary
Key
data
class
TableTableConstraintsPrimaryKey
(
val
columns
:
List
<
String
>
)
Types
Constructors
Properties
Constructors
Table
Table
Constraints
Primary
Key
Link copied to clipboard
fun
TableTableConstraintsPrimaryKey
(
columns
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
columns
Link copied to clipboard
val
columns
:
List
<
String
>
The columns that are composed of the primary key constraint.