2022-12-09 15:51:42 -05:00
# openapi.model.SystemConfigDto
2022-11-14 23:39:32 -05:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2022-12-09 15:51:42 -05:00
**ffmpeg** | [**SystemConfigFFmpegDto** ](SystemConfigFFmpegDto.md ) | |
2023-08-01 12:49:18 -04:00
**job** | [**SystemConfigJobDto** ](SystemConfigJobDto.md ) | |
2022-12-09 15:51:42 -05:00
**oauth** | [**SystemConfigOAuthDto** ](SystemConfigOAuthDto.md ) | |
2023-01-09 16:32:58 -05:00
**passwordLogin** | [**SystemConfigPasswordLoginDto** ](SystemConfigPasswordLoginDto.md ) | |
2022-12-16 14:26:12 -06:00
**storageTemplate** | [**SystemConfigStorageTemplateDto** ](SystemConfigStorageTemplateDto.md ) | |
2023-08-08 09:39:51 -05:00
**thumbnail** | [**SystemConfigThumbnailDto** ](SystemConfigThumbnailDto.md ) | |
2022-11-14 23:39:32 -05: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)