updateTime property
Output only. The last-modified time.
Implementation
@$pb.TagNumber(6)
$2.Timestamp get updateTime => $_getN(3);
Implementation
@$pb.TagNumber(6)
set updateTime($2.Timestamp v) {
setField(6, v);
}
Output only. The last-modified time.
@$pb.TagNumber(6)
$2.Timestamp get updateTime => $_getN(3);
@$pb.TagNumber(6)
set updateTime($2.Timestamp v) {
setField(6, v);
}