schedule property
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;
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.
QuerySchedule? schedule;