pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.datastream.v1.kotlin.outputs
/
PostgresqlColumnResponse
/
PostgresqlColumnResponse
Postgresql
Column
Response
fun
PostgresqlColumnResponse
(
column
:
String
,
dataType
:
String
,
length
:
Int
,
nullable
:
Boolean
,
ordinalPosition
:
Int
,
precision
:
Int
,
primaryKey
:
Boolean
,
scale
:
Int
)