20 lines
616 B
Markdown

# manager_api_new.model.QuizStatDTO
## Load the model package
```dart
import 'package:manager_api_new/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sectionId** | **String** | | [optional]
**sectionTitle** | **String** | | [optional]
**avgScore** | **double** | | [optional]
**totalQuestions** | **int** | | [optional]
**completions** | **int** | | [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)