creationDate property
CreationDate is the timestamp when the the public key was uploaded.
Implementation
@$pb.TagNumber(6)
$0.Timestamp get creationDate => $_getN(5);
Implementation
@$pb.TagNumber(6)
set creationDate($0.Timestamp value) => $_setField(6, value);