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