expirationDate property
The timestamp the key will expire.
Implementation
@$pb.TagNumber(3)
$1.Timestamp get expirationDate => $_getN(2);
Implementation
@$pb.TagNumber(3)
set expirationDate($1.Timestamp value) => $_setField(3, value);
The timestamp the key will expire.
@$pb.TagNumber(3)
$1.Timestamp get expirationDate => $_getN(2);
@$pb.TagNumber(3)
set expirationDate($1.Timestamp value) => $_setField(3, value);