Migrate Ssis Task Output Migration Level Response
data class MigrateSsisTaskOutputMigrationLevelResponse(val endedOn: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val id: String, val message: String, val resultType: String, val sourceServerBrandVersion: String, val sourceServerVersion: String, val stage: String, val startedOn: String, val status: String, val targetServerBrandVersion: String, val targetServerVersion: String)
Constructors
Link copied to clipboard
fun MigrateSsisTaskOutputMigrationLevelResponse(endedOn: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, id: String, message: String, resultType: String, sourceServerBrandVersion: String, sourceServerVersion: String, stage: String, startedOn: String, status: String, targetServerBrandVersion: String, targetServerVersion: String)