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