pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.bigquery.v2.kotlin.inputs
/
TableSchemaArgs
Table
Schema
Args
data
class
TableSchemaArgs
(
val
fields
:
Output
<
List
<
TableFieldSchemaArgs
>
>
?
=
null
)
:
ConvertibleToJava
<
TableSchemaArgs
>
Constructors
Functions
Properties
Constructors
Table
Schema
Args
Link copied to clipboard
fun
TableSchemaArgs
(
fields
:
Output
<
List
<
TableFieldSchemaArgs
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TableSchemaArgs
Properties
fields
Link copied to clipboard
val
fields
:
Output
<
List
<
TableFieldSchemaArgs
>
>
?
=
null
Describes the fields in a table.