MigrateSsisTaskOutputProjectLevelResponse

data class MigrateSsisTaskOutputProjectLevelResponse(val endedOn: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val folderName: String, val id: String, val message: String, val projectName: String, val resultType: String, val stage: String, val startedOn: String, val state: String)

Constructors

constructor(endedOn: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, folderName: String, id: String, message: String, projectName: String, resultType: String, stage: String, startedOn: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Migration end time

Link copied to clipboard

Migration exceptions and warnings

Link copied to clipboard

Name of the folder

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Migration progress message

Link copied to clipboard

Name of the project

Link copied to clipboard

Result type Expected value is 'SsisProjectLevelOutput'.

Link copied to clipboard

Stage of SSIS migration.

Link copied to clipboard

Migration start time

Link copied to clipboard

Current state of migration