expireTime property
Output only. The time at which this Recognizer will be purged.
Implementation
@$pb.TagNumber(14)
$3.Timestamp get expireTime => $_getN(12);
Implementation
@$pb.TagNumber(14)
set expireTime($3.Timestamp v) {
setField(14, v);
}