deactivationDate property
The timestamp of the application deactivation.
Implementation
@$pb.TagNumber(1)
$1.Timestamp get deactivationDate => $_getN(0);
Implementation
@$pb.TagNumber(1)
set deactivationDate($1.Timestamp value) => $_setField(1, value);