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