updateTime property

  1. @TagNumber(10)
Timestamp updateTime

Output only. The most recent time this Recognizer was modified.

Implementation

@$pb.TagNumber(10)
$3.Timestamp get updateTime => $_getN(8);
  1. @TagNumber(10)
void updateTime=(Timestamp v)

Implementation

@$pb.TagNumber(10)
set updateTime($3.Timestamp v) {
  setField(10, v);
}