creationDate property
CreationDate represents the timestamp of the public key addition.
Implementation
@$pb.TagNumber(2)
$3.Timestamp get creationDate => $_getN(1);
Implementation
@$pb.TagNumber(2)
set creationDate($3.Timestamp value) => $_setField(2, value);