banks2ff/firefly-iii-api/docs/RuleActionUpdate.md
Jacob Kiers f0b8df90b9 Initial commit
This is definitely not functional yet.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-10-04 20:31:39 +02:00

16 lines
811 B
Markdown

# RuleActionUpdate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | Option<[**models::RuleActionKeyword**](RuleActionKeyword.md)> | | [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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)