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