{
"condition": {
"days": [
6,
7
],
"type": "day_of_week"
},
"type": "not"
}Conditions
Condition: Not
Condition that applies when the sub condition doesn't apply
condition
MonthCondition · objectDayOfWeekCondition · objectTimeOfDayCondition · objectExcludeHolidaysCondition · objectAndCondition · objectOrCondition · objectany
required
Condition that only applies in the specified months.
Show child attributes
Show child attributes
Example:
{
"months": [1, 2, 3, 11, 12],
"type": "month"
}
Allowed value:
"not"Was this page helpful?