mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
21 lines
715 B
Markdown
21 lines
715 B
Markdown
|
|
# 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)
|
||
|
|
|
||
|
|
|