creationDate property
CreationDate is the timestamp when the instance was created.
Implementation
@$pb.TagNumber(3)
$0.Timestamp get creationDate => $_getN(2);
Implementation
@$pb.TagNumber(3)
set creationDate($0.Timestamp value) => $_setField(3, value);