Stream Backfill All Sql Server Excluded Objects Schema Table Column Args
data class StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs>