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