schedule property

QuerySchedule? schedule
getter/setter pair

Information on how often and when to run a query.

If ONE_TIME is set to the frequency field, the query will only be run at the time of creation.

Implementation

QuerySchedule? schedule;