Stream Backfill All Postgresql Excluded Objects Postgresql Schema
data class StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchema(val postgresqlTables: List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTable>? = null, val schema: String)
Constructors
Link copied to clipboard
constructor(postgresqlTables: List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTable>? = null, schema: String)
Properties
Link copied to clipboard
val postgresqlTables: List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTable>? = null
Tables in the schema. Structure is documented below.