RecurrenceTrigger interface
Recurrence based trigger.
- Extends
Properties
| end |
End time for the recurrence schedule in ISO 8601 format. |
| interval | Interval for the recurrence schedule. |
| schedule | Recurrence schedule for the recurrence trigger. |
| start |
Start time for the recurrence schedule in ISO 8601 format. |
| time |
Time zone for the recurrence schedule. |
| type | Type of the trigger. |
Property Details
endTime
End time for the recurrence schedule in ISO 8601 format.
endTime?: string
Property Value
string
interval
Interval for the recurrence schedule.
interval: number
Property Value
number
schedule
Recurrence schedule for the recurrence trigger.
schedule: RecurrenceScheduleUnion
Property Value
startTime
Start time for the recurrence schedule in ISO 8601 format.
startTime?: string
Property Value
string
timeZone
Time zone for the recurrence schedule.
timeZone?: string
Property Value
string
type
Type of the trigger.
type: "Recurrence"
Property Value
"Recurrence"