# 通用条件参数

以下参数是所有条件都存在的，如果你没有单独设置它们，将会使用默认值。

## inverse

是否将“未满足该条件”才算作满足该条件。

默认值：false。

```
args:
  inverse: true
```
