TimeCondition
Time-based reaction trigger whose schedule is a standard five-field cron expression.
kindKind (string)필수
상수 값:
timescheduleSchedule (string)필수
Cron expression, e.g. '0 9 * * 1'
TimeCondition
{
"kind": "time",
"schedule": "string"
}