schedule property

QuerySchedule? schedule
getter/setter pair

When and how often the query is scheduled to run.

If the frequency field is set to ONE_TIME, the query will only run when queries.run is called.

Implementation

QuerySchedule? schedule;