1.8 KiB
1.8 KiB
manager_api_new.model.QuizQuestionSectionQuiz
Load the model package
import 'package:manager_api_new/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| label | String | ||
| title | List | [default to const []] | |
| configurationId | String | ||
| type | SectionType | ||
| isSubSection | bool | ||
| instanceId | String | ||
| quizQuestions | List | [default to const []] | |
| quizBadLevel | List | [default to const []] | |
| quizMediumLevel | List | [default to const []] | |
| quizGoodLevel | List | [default to const []] | |
| quizGreatLevel | List | [default to const []] | |
| description | List | [optional] [default to const []] | |
| order | int | [optional] | |
| imageId | String | [optional] | |
| imageSource | String | [optional] | |
| parentId | String | [optional] | |
| dateCreation | DateTime | [optional] | |
| isBeacon | bool | [optional] | |
| beaconId | int | [optional] | |
| latitude | String | [optional] | |
| longitude | String | [optional] | |
| meterZoneGPS | int | [optional] | |
| isActive | bool | [optional] |