createTime property

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

Output only. A timestamp identifying the time this key was originally created.

Implementation

@$pb.TagNumber(4)
$0.Timestamp get createTime => $_getN(3);
  1. @TagNumber.new(4)
set createTime (Timestamp value)

Implementation

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