expirationDate property
The timestamp the key expires.
Implementation
@$pb.TagNumber(6)
$0.Timestamp get expirationDate => $_getN(5);
Implementation
@$pb.TagNumber(6)
set expirationDate($0.Timestamp value) => $_setField(6, value);
The timestamp the key expires.
@$pb.TagNumber(6)
$0.Timestamp get expirationDate => $_getN(5);
@$pb.TagNumber(6)
set expirationDate($0.Timestamp value) => $_setField(6, value);