Get User Tables Sql Sync Task Properties Response
data class GetUserTablesSqlSyncTaskPropertiesResponse(val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: GetUserTablesSqlSyncTaskInputResponse? = null, val output: List<GetUserTablesSqlSyncTaskOutputResponse>, 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 GetUserTablesSqlSyncTaskPropertiesResponse(commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: GetUserTablesSqlSyncTaskInputResponse? = null, output: List<GetUserTablesSqlSyncTaskOutputResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard