reportTime property

String? reportTime
getter/setter pair

The time the report was generated in the runtime.

Used to prevent an old status from overwriting a newer one. An instance should space out it's status reports so that clock skew does not play a factor.

Implementation

core.String? reportTime;