submitTimeAfter property

DateTime? submitTimeAfter
final

Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted after the specified time. Classifiers are returned in descending order, newest to oldest.

Implementation

final DateTime? submitTimeAfter;