# fintracker_api.model.RuleCreate ## Load the model package ```dart import 'package:fintracker_api/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **enabled** | **bool** | | [optional] [default to true] **kind** | [**RuleKind**](RuleKind.md) | | **matchType** | [**RuleMatchType**](RuleMatchType.md) | | **note** | **String** | | [optional] **pattern** | **String** | | **priority** | **int** | | [optional] [default to 100] **value** | **String** | | [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)