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)
$6.Timestamp get creationDate => $_getN(1);
Implementation
@$pb.TagNumber(2)
set creationDate($6.Timestamp v) { setField(2, v); }