updateTime property
Output only. The time when the scan was last updated.
Implementation
@$pb.TagNumber(8)
$2.Timestamp get updateTime => $_getN(7);
Implementation
@$pb.TagNumber(8)
set updateTime($2.Timestamp v) { setField(8, v); }
Output only. The time when the scan was last updated.
@$pb.TagNumber(8)
$2.Timestamp get updateTime => $_getN(7);
@$pb.TagNumber(8)
set updateTime($2.Timestamp v) { setField(8, v); }