changeDate property

  1. @TagNumber(2)
Timestamp get changeDate

change_date is the timestamp when the object was changed

on read: the timestamp of the last event reduced by the projection

on manipulation: the timestamp of the event(s) added by the manipulation

Implementation

@$pb.TagNumber(2)
$0.Timestamp get changeDate => $_getN(1);
  1. @TagNumber(2)
set changeDate (Timestamp v)

Implementation

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