startTime property

String? startTime
getter/setter pair

Represents the time that the execution started to run.

It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC.

Optional.

Implementation

core.String? startTime;