This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
854 B
854 B
RuleActionStore
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| r#type | models::RuleActionKeyword | ||
| value | Option<String> | The accompanying value the action will set, change or update. Can be empty, but for some types this value is mandatory. | |
| order | Option<i32> | Order of the action | [optional] |
| active | Option<bool> | If the action is active. Defaults to true. | [optional][default to true] |
| stop_processing | Option<bool> | When true, other actions will not be fired after this action has fired. Defaults to false. | [optional][default to false] |