go-firefly3/docs/RuleTriggerUpdate.md

14 lines
953 B
Markdown
Raw Normal View History

2024-05-11 14:43:57 +03:00
# RuleTriggerUpdate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type_** | [***RuleTriggerKeyword**](RuleTriggerKeyword.md) | | [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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)