deletionDate property
DeletionDate is the timestamp when the domain was removed.
Implementation
@$pb.TagNumber(1)
$1.Timestamp get deletionDate => $_getN(0);
Implementation
@$pb.TagNumber(1)
set deletionDate($1.Timestamp value) => $_setField(1, value);