startTime property

DateTime? startTime
getter/setter pair

The starting time of the experiment (the time the status changed from READY_TO_RUN to RUNNING).

This field is present only if the experiment has started. This field is read-only.

Implementation

core.DateTime? startTime;