changeDate property
The timestamp of the last change to the project (e.g. creation, activation, deactivation).
Implementation
@$pb.TagNumber(4)
$0.Timestamp get changeDate => $_getN(3);
Implementation
@$pb.TagNumber(4)
set changeDate($0.Timestamp value) => $_setField(4, value);