removalDate property

  1. @TagNumber.new(3)
Timestamp get removalDate

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);
  1. @TagNumber.new(3)
set removalDate (Timestamp value)

Implementation

@$pb.TagNumber(3)
set removalDate($1.Timestamp value) => $_setField(3, value);