schedule property
Cron schedule in string format.
The schedule should be in a cron format (e.g., */5 * * * * *
).
Implementation
String schedule;
Cron schedule in string format.
The schedule should be in a cron format (e.g., */5 * * * * *
).
String schedule;