NotCondition

说明

表示其他条件的逻辑 NOT 的条件。

字段

类型 说明
condition 条件

要否定的条件。

必需

示例

使用条件:如果时间不在下午 6 点到晚上 8 点之间。

condition:
  type: not
  condition:
    type: time.between
    after: 6:00 pm
    before: 8:00 pm