createTime property

  1. @TagNumber.new(5)
Timestamp get createTime

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);
  1. @TagNumber.new(5)
set createTime (Timestamp value)

Implementation

@$pb.TagNumber(5)
set createTime($3.Timestamp value) => $_setField(5, value);