submitTimeBefore property

DateTime? submitTimeBefore
final

Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

Implementation

final DateTime? submitTimeBefore;