lastUpdated property

  1. @TagNumber(15)
Timestamp lastUpdated

latest timestamp when a robot part was updated

Implementation

@$pb.TagNumber(15)
$44.Timestamp get lastUpdated => $_getN(14);
  1. @TagNumber(15)
void lastUpdated=(Timestamp v)

Implementation

@$pb.TagNumber(15)
set lastUpdated($44.Timestamp v) { setField(15, v); }