stoppedAt property

int? stoppedAt
final

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

Implementation

final int? stoppedAt;