RecurrenceTrigger interface
基于重复的触发器。
- 扩展
属性
| end |
ISO 8601 格式的定期计划的结束时间。 |
| interval | 定期计划的时间间隔。 |
| schedule | 定期触发器的定期计划。 |
| start |
ISO 8601 格式的定期计划的开始时间。 |
| time |
定期计划的时区。 |
| type | 触发器的类型。 |
属性详细信息
endTime
ISO 8601 格式的定期计划的结束时间。
endTime?: string
属性值
string
interval
定期计划的时间间隔。
interval: number
属性值
number
schedule
startTime
ISO 8601 格式的定期计划的开始时间。
startTime?: string
属性值
string
timeZone
定期计划的时区。
timeZone?: string
属性值
string
type
触发器的类型。
type: "Recurrence"
属性值
"Recurrence"