changeDate property
ChangeDate is the timestamp when the instance was last changed. In case the instance was not changed during the call, the previous change date is returned.
Implementation
@$pb.TagNumber(1)
$1.Timestamp get changeDate => $_getN(0);
Implementation
@$pb.TagNumber(1)
set changeDate($1.Timestamp value) => $_setField(1, value);