updateTime property
Output only. The most recent time this Recognizer was modified.
Implementation
@$pb.TagNumber(10)
$3.Timestamp get updateTime => $_getN(8);
Implementation
@$pb.TagNumber(10)
set updateTime($3.Timestamp v) {
setField(10, v);
}