JobsProviderExtendRequestItem

API: Stable

A request to extend the timeAllocation of a Job

data class JobsProviderExtendRequestItem(
    val job: Job,
    val requestedTime: SimpleDuration,
)
Properties
job: Job The affected Job
requestedTime: SimpleDuration The requested extension, it will be added to the current timeAllocation