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

953 B

RuleTriggerUpdate

Properties

Name Type Description Notes
Type_ *RuleTriggerKeyword [optional] [default to null]
Value string The accompanying value the trigger responds to. This value is often mandatory, but this depends on the trigger. If the rule trigger is something like 'has any tag', submit the string 'true'. [optional] [default to null]
Order int32 Order of the trigger [optional] [default to null]
Active bool If the trigger is active. [optional] [default to null]
StopProcessing bool When true, other triggers will not be checked if this trigger was triggered. [optional] [default to null]

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