2023-08-18 00:55:26 -04:00
# openapi.model.ServerFeaturesDto
2022-07-13 07:23:48 -05:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-25 19:44:52 +02:00
**configFile** | **bool** | |
2023-08-25 00:15:03 -04:00
**facialRecognition** | **bool** | |
2023-09-08 22:51:46 -04:00
**map** | **bool** | |
2023-08-18 00:55:26 -04:00
**oauth** | **bool** | |
**oauthAutoLaunch** | **bool** | |
**passwordLogin** | **bool** | |
2023-09-26 09:03:57 +02:00
**reverseGeocoding** | **bool** | |
2023-08-18 00:55:26 -04:00
**search** | **bool** | |
2023-08-25 00:15:03 -04:00
**sidecar** | **bool** | |
2024-01-29 09:51:22 -05:00
**smartSearch** | **bool** | |
2023-10-06 07:01:14 +00:00
**trash** | **bool** | |
2022-07-13 07:23:48 -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)