submitTimeBefore property

DateTime? submitTimeBefore
final

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

Implementation

final DateTime? submitTimeBefore;