Stream Backfill All Sql Server Excluded Objects Schema
data class StreamBackfillAllSqlServerExcludedObjectsSchema(val schema: String, val tables: List<StreamBackfillAllSqlServerExcludedObjectsSchemaTable>? = null)
Constructors
Link copied to clipboard
constructor(schema: String, tables: List<StreamBackfillAllSqlServerExcludedObjectsSchemaTable>? = null)