endTime property

DateTime? endTime
getter/setter pair

The ending time of the experiment (the time the status changed from RUNNING to ENDED).

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

Implementation

core.DateTime? endTime;