Get User Tables Oracle Task Output Response
data class GetUserTablesOracleTaskOutputResponse(val schemaName: String, val tables: List<DatabaseTableResponse>, val validationErrors: List<ReportableExceptionResponse>)
Output for the task that gets the list of tables contained within a provided list of Oracle schemas.
Constructors
Link copied to clipboard
constructor(schemaName: String, tables: List<DatabaseTableResponse>, validationErrors: List<ReportableExceptionResponse>)