# fintracker_api.model.RuleOut ## Load the model package ```dart import 'package:fintracker_api/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **enabled** | **bool** | | **id** | **int** | | **kind** | [**RuleKind**](RuleKind.md) | | **lastMatchedAt** | [**DateTime**](DateTime.md) | | **matchCount** | **int** | | **matchType** | [**RuleMatchType**](RuleMatchType.md) | | **note** | **String** | | **pattern** | **String** | | **priority** | **int** | | **value** | **String** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)