Current Job Details Response
data class CurrentJobDetailsResponse(val jobId: String? = null, val jobName: String? = null, val startTime: String? = null)
Current job details of the migration item.
Current job details of the migration item.