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