ScheduleRoutineTrigger interface
A recurring cron-based routine trigger.
- Extends
Properties
| cron_expression | A 5-field cron expression. The service enforces a minimum interval of five minutes by default. |
| time_zone | An IANA or Windows time zone identifier for the schedule. |
| type | The trigger type. |
Property Details
cron_expression
A 5-field cron expression. The service enforces a minimum interval of five minutes by default.
cron_expression: string
Property Value
string
time_zone
An IANA or Windows time zone identifier for the schedule.
time_zone: string
Property Value
string
type
The trigger type.
type: "schedule"
Property Value
"schedule"