DatascanExecutionStatus

data class DatascanExecutionStatus(val latestJobEndTime: String? = null, val latestJobStartTime: String? = null)

Constructors

Link copied to clipboard
constructor(latestJobEndTime: String? = null, latestJobStartTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) The time when the latest DataScanJob started.

Link copied to clipboard

(Output) The time when the latest DataScanJob ended.