reportTime property
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;