Get User Tables Postgre Sql Task Output Response
data class GetUserTablesPostgreSqlTaskOutputResponse(val databaseName: String, val tables: List<DatabaseTableResponse>, val validationErrors: List<ReportableExceptionResponse>)
Output for the task that gets the list of tables for a provided list of PostgreSQL databases.
Constructors
Link copied to clipboard
constructor(databaseName: String, tables: List<DatabaseTableResponse>, validationErrors: List<ReportableExceptionResponse>)