submittedAfterTime property

DateTime? submittedAfterTime
final

Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

Implementation

final DateTime? submittedAfterTime;