manager-app/manager_api_new/doc/StatsSummaryDTO.md

25 lines
1.2 KiB
Markdown

# manager_api_new.model.StatsSummaryDTO
## Load the model package
```dart
import 'package:manager_api_new/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**totalSessions** | **int** | | [optional]
**avgVisitDurationSeconds** | **int** | | [optional]
**topSections** | [**List<SectionStatDTO>**](SectionStatDTO.md) | | [optional] [default to const []]
**visitsByDay** | [**List<DayStatDTO>**](DayStatDTO.md) | | [optional] [default to const []]
**languageDistribution** | **Map<String, int>** | | [optional] [default to const {}]
**appTypeDistribution** | **Map<String, int>** | | [optional] [default to const {}]
**topPois** | [**List<PoiStatDTO>**](PoiStatDTO.md) | | [optional] [default to const []]
**topAgendaEvents** | [**List<AgendaEventStatDTO>**](AgendaEventStatDTO.md) | | [optional] [default to const []]
**quizStats** | [**List<QuizStatDTO>**](QuizStatDTO.md) | | [optional] [default to const []]
**gameStats** | [**List<GameStatDTO>**](GameStatDTO.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)