lastEventTime property
Output only
The last time a telemetry event was received. Timestamps are
periodically collected and written to storage; they may be stale by a few
minutes.
Implementation
@$pb.TagNumber(8)
$2.Timestamp get lastEventTime => $_getN(4);
Implementation
@$pb.TagNumber(8)
set lastEventTime($2.Timestamp v) { setField(8, v); }