mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
2.1 KiB
2.1 KiB
openapi.model.SystemConfigDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| backup | SystemConfigBackupsDto | ||
| ffmpeg | SystemConfigFFmpegDto | ||
| image | SystemConfigImageDto | ||
| integrityChecks | SystemConfigIntegrityChecks | ||
| job | SystemConfigJobDto | ||
| library_ | SystemConfigLibraryDto | ||
| logging | SystemConfigLoggingDto | ||
| machineLearning | SystemConfigMachineLearningDto | ||
| map | SystemConfigMapDto | ||
| metadata | SystemConfigMetadataDto | ||
| newVersionCheck | SystemConfigNewVersionCheckDto | ||
| nightlyTasks | SystemConfigNightlyTasksDto | ||
| notifications | SystemConfigNotificationsDto | ||
| oauth | SystemConfigOAuthDto | ||
| passwordLogin | SystemConfigPasswordLoginDto | ||
| reverseGeocoding | SystemConfigReverseGeocodingDto | ||
| server | SystemConfigServerDto | ||
| storageTemplate | SystemConfigStorageTemplateDto | ||
| templates | SystemConfigTemplatesDto | ||
| theme | SystemConfigThemeDto | ||
| trash | SystemConfigTrashDto | ||
| user | SystemConfigUserDto |