BackgroundJobResponse

data class BackgroundJobResponse(val endTime: String? = null, val executionState: String? = null, val lastExecutionStatus: String? = null, val lastExecutionTime: String? = null, val startTime: String? = null, val state: String? = null)

The background job details.

Constructors

Link copied to clipboard
constructor(endTime: String? = null, executionState: String? = null, lastExecutionStatus: String? = null, lastExecutionTime: String? = null, startTime: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: String? = null

The end time of the background job.

Link copied to clipboard
val executionState: String? = null

The execution state of the background job.

Link copied to clipboard

The last execution status of the background job.

Link copied to clipboard

The last execution time of the background job.

Link copied to clipboard
val startTime: String? = null

The start time of the background job.

Link copied to clipboard
val state: String? = null

The state of the background job.