2023-09-08 22:51:46 -04: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-11 04:37:13 +02:00
**isInitialized** | **bool** | |
2024-01-03 23:28:32 -06:00
**isOnboarded** | **bool** | |
2023-09-08 22:51:46 -04:00
**loginPageMessage** | **String** | |
**oauthButtonText** | **String** | |
2023-10-06 07:01:14 +00:00
**trashDays** | **int** | |
2023-09-08 22:51:46 -04: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)