createdAt property
The Unix timestamp for when the job was created. For non-array jobs and
parent array jobs, this is when the job entered the SUBMITTED
state (at the time SubmitJob was called). For array child jobs, this
is when the child job was spawned by its parent and entered the
PENDING
state.
Implementation
final int? createdAt;