toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.bigquery.kotlin.outputs
/
TableTableConstraintsPrimaryKey
Table
Table
Constraints
Primary
Key
data
class
TableTableConstraintsPrimaryKey
(
val
columns
:
List
<
String
>
)
Members
Constructors
Table
Table
Constraints
Primary
Key
Link copied to clipboard
constructor
(
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.