lastStateTime property

  1. @TagNumber(20)
Timestamp lastStateTime

Output only The last time a state event was received. Timestamps are periodically collected and written to storage; they may be stale by a few minutes.

Implementation

@$pb.TagNumber(20)
$2.Timestamp get lastStateTime => $_getN(14);
  1. @TagNumber(20)
void lastStateTime=(Timestamp v)

Implementation

@$pb.TagNumber(20)
set lastStateTime($2.Timestamp v) { setField(20, v); }