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