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.
Constructors
Link copied to clipboard
fun CurrentJobDetailsResponse(jobId: String? = null, jobName: String? = null, startTime: String? = null)