Get User Tables Sql Task Output Response
data class GetUserTablesSqlTaskOutputResponse(val databasesToTables: Map<String, List<DatabaseTableResponse>>, val id: 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(databasesToTables: Map<String, List<DatabaseTableResponse>>, id: String, validationErrors: List<ReportableExceptionResponse>)