PendingJobExecutions

@JsonSerializable
data class PendingJobExecutions(val inProgressJobs: List<JobExecutionSummary> = emptyList(), val queuedJobs: List<JobExecutionSummary> = emptyList())(source)

Constructors

Link copied to clipboard
constructor(inProgressJobs: List<JobExecutionSummary> = emptyList(), queuedJobs: List<JobExecutionSummary> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard