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