creationDate property
creation_date is the timestamp where the first operation on the object was made
on read: the timestamp of the first event of the object
on create: the timestamp of the event(s) added by the manipulation
Implementation
@$pb.TagNumber(2)
$0.Timestamp get creationDate => $_getN(1);
Implementation
@$pb.TagNumber(2)
set creationDate($0.Timestamp value) => $_setField(2, value);