Name | Type | Description | Notes |
---|---|---|---|
data | str | The left operand of the trigger function. The following Table details for each operand data its type, the supported operator and the possibly retruned value: | Data |
op | str | The operator of the trigger function. | |
value | list[str] | The right operand of the trigger function. It can be a uniq ```value``` or a list of value ```values```. The choice of one or the other depends on ```OP``` which in the case of ```includedIn``` must be a list. * Disclaimer: If the op field is not set to ```includeIn``` then only the first item will be used. | [optional] |