toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.datastream.v1.kotlin.outputs
/
PostgresqlSchemaResponse
Postgresql
Schema
Response
data
class
PostgresqlSchemaResponse
(
val
postgresqlTables
:
List
<
PostgresqlTableResponse
>
,
val
schema
:
String
)
PostgreSQL schema.
Members
Constructors
Postgresql
Schema
Response
Link copied to clipboard
constructor
(
postgresqlTables
:
List
<
PostgresqlTableResponse
>
,
schema
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
postgresql
Tables
Link copied to clipboard
val
postgresqlTables
:
List
<
PostgresqlTableResponse
>
Tables in the schema.
schema
Link copied to clipboard
val
schema
:
String
Schema name.