pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.bigquery.v2.kotlin.inputs
/
StandardSqlTableTypeArgs
Standard
Sql
Table
Type
Args
data
class
StandardSqlTableTypeArgs
(
val
columns
:
Output
<
List
<
StandardSqlFieldArgs
>
>
?
=
null
)
:
ConvertibleToJava
<
StandardSqlTableTypeArgs
>
A table type
Constructors
Functions
Properties
Constructors
Standard
Sql
Table
Type
Args
Link copied to clipboard
fun
StandardSqlTableTypeArgs
(
columns
:
Output
<
List
<
StandardSqlFieldArgs
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
StandardSqlTableTypeArgs
Properties
columns
Link copied to clipboard
val
columns
:
Output
<
List
<
StandardSqlFieldArgs
>
>
?
=
null
The columns in this table type