toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
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
>
Members
Constructors
Table
Schema
Args
Link copied to clipboard
constructor
(
fields
:
Output
<
List
<
TableFieldSchemaArgs
>
>
?
=
null
)
Properties
fields
Link copied to clipboard
val
fields
:
Output
<
List
<
TableFieldSchemaArgs
>
>
?
=
null
Describes the fields in a table.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TableSchemaArgs