2022-12-09 22:51:42 +02:00
# openapi.model.SystemConfigDto
2022-11-15 06:39:32 +02:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2022-12-09 22:51:42 +02:00
**ffmpeg** | [**SystemConfigFFmpegDto** ](SystemConfigFFmpegDto.md ) | |
2023-08-01 18:49:18 +02:00
**job** | [**SystemConfigJobDto** ](SystemConfigJobDto.md ) | |
2023-08-25 06:15:03 +02:00
**machineLearning** | [**SystemConfigMachineLearningDto** ](SystemConfigMachineLearningDto.md ) | |
2023-09-09 04:51:46 +02:00
**map** | [**SystemConfigMapDto** ](SystemConfigMapDto.md ) | |
2023-10-24 17:05:42 +02:00
**newVersionCheck** | [**SystemConfigNewVersionCheckDto** ](SystemConfigNewVersionCheckDto.md ) | |
2022-12-09 22:51:42 +02:00
**oauth** | [**SystemConfigOAuthDto** ](SystemConfigOAuthDto.md ) | |
2023-01-09 23:32:58 +02:00
**passwordLogin** | [**SystemConfigPasswordLoginDto** ](SystemConfigPasswordLoginDto.md ) | |
2023-09-26 09:03:57 +02:00
**reverseGeocoding** | [**SystemConfigReverseGeocodingDto** ](SystemConfigReverseGeocodingDto.md ) | |
2022-12-16 22:26:12 +02:00
**storageTemplate** | [**SystemConfigStorageTemplateDto** ](SystemConfigStorageTemplateDto.md ) | |
2023-10-23 20:38:41 +02:00
**theme** | [**SystemConfigThemeDto** ](SystemConfigThemeDto.md ) | |
2023-08-08 16:39:51 +02:00
**thumbnail** | [**SystemConfigThumbnailDto** ](SystemConfigThumbnailDto.md ) | |
2023-10-06 09:01:14 +02:00
**trash** | [**SystemConfigTrashDto** ](SystemConfigTrashDto.md ) | |
2022-11-15 06:39:32 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)