creationDate property

  1. @TagNumber(2)
Timestamp creationDate

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);
  1. @TagNumber(2)
void creationDate=(Timestamp v)

Implementation

@$pb.TagNumber(2)
set creationDate($6.Timestamp v) { setField(2, v); }