GetUserTablesMySqlTaskOutputResponse

data class GetUserTablesMySqlTaskOutputResponse(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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mapping from database name to list of tables

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard