updateTime property
The time this status and any related Feature-specific details were updated.
Implementation
@$pb.TagNumber(3)
$2.Timestamp get updateTime => $_getN(2);
Implementation
@$pb.TagNumber(3)
set updateTime($2.Timestamp v) {
setField(3, v);
}