mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 16:41:19 +00:00
38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
# manager_api_new.model.ExportConfigurationDTO
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**label** | **String** | | [optional]
|
|
**title** | [**List<TranslationDTO>**](TranslationDTO.md) | | [optional] [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]
|
|
**isMobile** | **bool** | | [optional]
|
|
**isTablet** | **bool** | | [optional]
|
|
**isOffline** | **bool** | | [optional]
|
|
**instanceId** | **String** | | [optional]
|
|
**sectionIds** | **List<String>** | | [optional] [default to const []]
|
|
**loaderImageId** | **String** | | [optional]
|
|
**loaderImageUrl** | **String** | | [optional]
|
|
**isDate** | **bool** | | [optional]
|
|
**isHour** | **bool** | | [optional]
|
|
**isSectionImageBackground** | **bool** | | [optional]
|
|
**roundedValue** | **int** | | [optional]
|
|
**screenPercentageSectionsMainPage** | **int** | | [optional]
|
|
**sections** | [**List<SectionDTO>**](SectionDTO.md) | | [optional] [default to const []]
|
|
**resources** | [**List<ResourceDTO>**](ResourceDTO.md) | | [optional] [default to const []]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|