Get User Tables Oracle Task Properties Response
data class GetUserTablesOracleTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: GetUserTablesOracleTaskInputResponse? = null, val output: List<GetUserTablesOracleTaskOutputResponse>, val state: String, val taskType: String)
Properties for the task that collects user tables for the given list of Oracle schemas
Constructors
Link copied to clipboard
fun GetUserTablesOracleTaskPropertiesResponse(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: GetUserTablesOracleTaskInputResponse? = null, output: List<GetUserTablesOracleTaskOutputResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard