expiryTime property
The time the certificate becomes invalid.
Implementation
@$pb.TagNumber(4)
$2.Timestamp get expiryTime => $_getN(3);
Implementation
@$pb.TagNumber(4)
set expiryTime($2.Timestamp v) { setField(4, v); }
The time the certificate becomes invalid.
@$pb.TagNumber(4)
$2.Timestamp get expiryTime => $_getN(3);
@$pb.TagNumber(4)
set expiryTime($2.Timestamp v) { setField(4, v); }