Get User Tables Sql Sync Task Output Response
data class GetUserTablesSqlSyncTaskOutputResponse(val databasesToSourceTables: Map<String, List<DatabaseTableResponse>>, val databasesToTargetTables: Map<String, List<DatabaseTableResponse>>, val tableValidationErrors: Map<String, List<String>>, val validationErrors: List<ReportableExceptionResponse>)
Output of the task that collects user tables for the given list of databases
Constructors
Link copied to clipboard
constructor(databasesToSourceTables: Map<String, List<DatabaseTableResponse>>, databasesToTargetTables: Map<String, List<DatabaseTableResponse>>, tableValidationErrors: Map<String, List<String>>, validationErrors: List<ReportableExceptionResponse>)