updateTime property
Output only. The last update timestamp of the exclusion.
This field may not be present for older exclusions.
Implementation
@$pb.TagNumber(6)
$3.Timestamp get updateTime => $_getN(5);
Implementation
@$pb.TagNumber(6)
set updateTime($3.Timestamp value) => $_setField(6, value);