banks2ff/firefly-iii-api/docs/RuleAction.md

19 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

# RuleAction
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | | [optional][readonly]
**created_at** | Option<**String**> | | [optional][readonly]
**updated_at** | Option<**String**> | | [optional][readonly]
**r#type** | [**models::RuleActionKeyword**](RuleActionKeyword.md) | |
**value** | Option<**String**> | The accompanying value the action will set, change or update. Can be empty, but for some types this value is mandatory. |
**order** | Option<**i32**> | Order of the action | [optional]
**active** | Option<**bool**> | If the action is active. Defaults to true. | [optional][default to true]
**stop_processing** | Option<**bool**> | When true, other actions will not be fired after this action has fired. Defaults to false. | [optional][default to false]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)