go-firefly3/docs/RuleActionUpdate.md
2024-05-11 14:45:50 +03:00

852 B

RuleActionUpdate

Properties

Name Type Description Notes
Type_ *RuleActionKeyword [optional] [default to null]
Value string The accompanying value the action will set, change or update. Can be empty, but for some types this value is mandatory. [optional] [default to null]
Order int32 Order of the action [optional] [default to null]
Active bool If the action is active. [optional] [default to null]
StopProcessing bool When true, other actions will not be fired after this action has fired. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]