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