terminationDate property

DateTime? terminationDate
final

A timestamp indicating when the specified job terminated. A job's termination date is the date and time when it succeeded, failed, or was canceled.

Implementation

final DateTime? terminationDate;