removalDate property
The timestamp of the removal of the project role. Note that the removal date is only guaranteed to be set if the removal was successful during the request. In case the removal occurred in a previous request, the removal date might be empty.
Implementation
@$pb.TagNumber(3)
$1.Timestamp get removalDate => $_getN(0);
Implementation
@$pb.TagNumber(3)
set removalDate($1.Timestamp value) => $_setField(3, value);