immich/mobile/openapi/doc/SystemConfigNightlyTasksDto.md

21 lines
715 B
Markdown
Raw Normal View History

# openapi.model.SystemConfigNightlyTasksDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**clusterNewFaces** | **bool** | Cluster new faces |
**databaseCleanup** | **bool** | Database cleanup |
**generateMemories** | **bool** | Generate memories |
**missingThumbnails** | **bool** | Missing thumbnails |
**startTime** | **String** | Start time (HH:MM) |
**syncQuotaUsage** | **bool** | Sync quota usage |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)