createTime property

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

Output only. The time when the Policy was created.

Implementation

@$pb.TagNumber(7)
$2.Timestamp get createTime => $_getN(6);
  1. @TagNumber.new(7)
set createTime (Timestamp value)

Implementation

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