schedule property
crontab format schedule for scheduled evaluation, currently only support the following schedule: "0 * / 1 * * *", "0 * / 6 * * *", "0 * / 12 * * *", "0 0 * / 1 * *", "0 0 * / 7 * *",
Implementation
core.String? schedule;
crontab format schedule for scheduled evaluation, currently only support the following schedule: "0 * / 1 * * *", "0 * / 6 * * *", "0 * / 12 * * *", "0 0 * / 1 * *", "0 0 * / 7 * *",
core.String? schedule;