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