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