submitTime property

DateTime? submitTime
final

If the Worker has submitted results, SubmitTime is the date and time the assignment was submitted. This value is omitted from the assignment if the Worker has not yet submitted results.

Implementation

final DateTime? submitTime;