updateTime property
Last update time of the status.
Implementation
@$pb.TagNumber(1)
$2.Timestamp get updateTime => $_getN(0);
Implementation
@$pb.TagNumber(1)
set updateTime($2.Timestamp v) {
setField(1, v);
}
Last update time of the status.
@$pb.TagNumber(1)
$2.Timestamp get updateTime => $_getN(0);
@$pb.TagNumber(1)
set updateTime($2.Timestamp v) {
setField(1, v);
}