# fintracker_api.model.DataQualityRow ## Load the model package ```dart import 'package:fintracker_api/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **checkName** | **String** | | **computedAt** | [**DateTime**](DateTime.md) | | **count** | **int** | | **detail** | **String** | | **id** | **int** | | **ref** | **Map<String, Object>** | | **severity** | **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)