JobStagesResponse

data class JobStagesResponse(val delayInformation: List<JobDelayDetailsResponse>, val displayName: String, val jobStageDetails: Any, val stageName: String, val stageStatus: String, val stageTime: String)

Job stages.

Constructors

Link copied to clipboard
constructor(delayInformation: List<JobDelayDetailsResponse>, displayName: String, jobStageDetails: Any, stageName: String, stageStatus: String, stageTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Delay information for the job stages.

Link copied to clipboard

Display name of the job stage.

Link copied to clipboard

Job Stage Details

Link copied to clipboard

Name of the job stage.

Link copied to clipboard

Status of the job stage.

Link copied to clipboard

Time for the job stage in UTC ISO 8601 format.