startTime property

String? startTime
getter/setter pair

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

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

Output only.

Implementation

core.String? startTime;