Get User Tables Sql Task Properties Response
data class GetUserTablesSqlTaskPropertiesResponse(val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: GetUserTablesSqlTaskInputResponse? = null, val output: List<GetUserTablesSqlTaskOutputResponse>, 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
constructor(commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: GetUserTablesSqlTaskInputResponse? = null, output: List<GetUserTablesSqlTaskOutputResponse>, state: String, taskType: String)
Properties
Link copied to clipboard
val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>
Array of command properties.
Link copied to clipboard
Array of errors. This is ignored if submitted.
Link copied to clipboard
Task input
Link copied to clipboard
Task output. This is ignored if submitted.