2023-09-09 04:51:46 +02:00
# openapi.model.ServerConfigDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2024-01-04 04:54:48 +02:00
**externalDomain** | **String** | |
2023-10-11 04:37:13 +02:00
**isInitialized** | **bool** | |
2024-01-04 07:28:32 +02:00
**isOnboarded** | **bool** | |
2023-09-09 04:51:46 +02:00
**loginPageMessage** | **String** | |
**oauthButtonText** | **String** | |
2023-10-06 09:01:14 +02:00
**trashDays** | **int** | |
2024-03-06 07:45:40 +02:00
**userDeleteDelay** | **int** | |
2023-09-09 04:51:46 +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)