GetUserTablesPostgreSqlTaskOutputResponse

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

constructor(databaseName: String, tables: List<DatabaseTableResponse>, validationErrors: List<ReportableExceptionResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The database this result is for

Link copied to clipboard

List of valid tables found for this database

Link copied to clipboard

Validation errors associated with the task