CurrentJobDetailsResponse

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
constructor(jobId: String? = null, jobName: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jobId: String? = null

The ARM Id of the job being executed.

Link copied to clipboard
val jobName: String? = null

The job name.

Link copied to clipboard
val startTime: String? = null

The start time of the job.