creationDate property

  1. @TagNumber.new(2)
Timestamp get 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)
$0.Timestamp get creationDate => $_getN(1);
  1. @TagNumber.new(2)
set creationDate (Timestamp value)

Implementation

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