manager-app/manager_api_new/doc/Configuration.md
2025-07-17 12:11:59 +02:00

31 lines
1.1 KiB
Markdown

# manager_api_new.model.Configuration
## Load the model package
```dart
import 'package:manager_api_new/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | |
**instanceId** | **String** | |
**label** | **String** | |
**title** | [**List<TranslationDTO>**](TranslationDTO.md) | | [default to const []]
**imageId** | **String** | | [optional]
**imageSource** | **String** | | [optional]
**primaryColor** | **String** | | [optional]
**secondaryColor** | **String** | | [optional]
**languages** | **List<String>** | | [optional] [default to const []]
**dateCreation** | [**DateTime**](DateTime.md) | | [optional]
**isOffline** | **bool** | | [optional]
**loaderImageId** | **String** | | [optional]
**loaderImageUrl** | **String** | | [optional]
**isQRCode** | **bool** | | [optional]
**isSearchText** | **bool** | | [optional]
**isSearchNumber** | **bool** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)