# fintracker_api.model.SyncRunOut ## Load the model package ```dart import 'package:fintracker_api/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **counts** | **Map<String, Object>** | | **cursorAfter** | **String** | | **cursorBefore** | **String** | | **error** | **String** | | **finishedAt** | [**DateTime**](DateTime.md) | | **id** | **String** | | **source_** | **String** | | **startedAt** | [**DateTime**](DateTime.md) | | **status** | [**RunStatus**](RunStatus.md) | | **triggeredBy** | **String** | | **warnings** | **List<Object>** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)