startTime property

String? startTime
getter/setter pair

Start time of this job, in milliseconds since the epoch.

This field will be present when the job transitions from the PENDING state to either RUNNING or DONE.

Output only.

Implementation

core.String? startTime;