expirationDateQuery property
Search for sessions based on their expiration date. This can be used to find sessions that are set to expire before or after a certain date.
Implementation
@$pb.TagNumber(6)
ExpirationDateQuery get expirationDateQuery => $_getN(5);
Implementation
@$pb.TagNumber(6)
set expirationDateQuery(ExpirationDateQuery value) => $_setField(6, value);