Get User Tables Oracle Task Input Response
data class GetUserTablesOracleTaskInputResponse(val connectionInfo: OracleConnectionInfoResponse, val selectedSchemas: List<String>)
Input for the task that gets the list of tables contained within a provided list of Oracle schemas.
Constructors
Link copied to clipboard
fun GetUserTablesOracleTaskInputResponse(connectionInfo: OracleConnectionInfoResponse, selectedSchemas: List<String>)