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