startedAt property
The Unix timestamp (in milliseconds) for when the job was started (when the
job transitioned from the STARTING
state to the
RUNNING
state). This parameter isn't provided for child jobs of
array jobs or multi-node parallel jobs.
Implementation
final int startedAt;