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