stoppedAt property

int? stoppedAt
final

The Unix timestamp for when the job was stopped (when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).

Implementation

final int? stoppedAt;