creationDate property
The timestamp of the project role creation.
Implementation
@$pb.TagNumber(3)
$0.Timestamp get creationDate => $_getN(2);
Implementation
@$pb.TagNumber(3)
set creationDate($0.Timestamp value) => $_setField(3, value);
The timestamp of the project role creation.
@$pb.TagNumber(3)
$0.Timestamp get creationDate => $_getN(2);
@$pb.TagNumber(3)
set creationDate($0.Timestamp value) => $_setField(3, value);