creationDate property
The timestamp of the key creation.
Implementation
@$pb.TagNumber(4)
$0.Timestamp get creationDate => $_getN(3);
Implementation
@$pb.TagNumber(4)
set creationDate($0.Timestamp value) => $_setField(4, value);
The timestamp of the key creation.
@$pb.TagNumber(4)
$0.Timestamp get creationDate => $_getN(3);
@$pb.TagNumber(4)
set creationDate($0.Timestamp value) => $_setField(4, value);