본문으로 건너뛰기

TimeCondition

Time-based reaction trigger whose schedule is a standard five-field cron expression.

kindKind (string)필수
상수 값: time
scheduleSchedule (string)필수

Cron expression, e.g. '0 9 * * 1'

TimeCondition
{
"kind": "time",
"schedule": "string"
}