cronSchedule property
Cron-tab formatted schedule by which the job will execute.
Format: minute, hour, day of month, month, day of week, e.g. 0 0 * * WED
= every Wednesday More examples: https://crontab.guru/examples.html
Implementation
core.String? cronSchedule;