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