changeDate property

  1. @TagNumber(3)
Timestamp 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

Implementation

@$pb.TagNumber(3)
$6.Timestamp get changeDate => $_getN(2);
  1. @TagNumber(3)
void changeDate=(Timestamp v)

Implementation

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