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