32 lines
1.5 KiB
Markdown
32 lines
1.5 KiB
Markdown
# manager_api_new.model.QuizQuestionGuidedStep
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**guidedPathId** | **String** | |
|
|
**title** | [**List<TranslationDTO>**](TranslationDTO.md) | | [default to const []]
|
|
**id** | **String** | | [optional]
|
|
**guidedPath** | [**GuidedStepGuidedPath**](GuidedStepGuidedPath.md) | | [optional]
|
|
**order** | **int** | | [optional]
|
|
**description** | [**List<TranslationDTO>**](TranslationDTO.md) | | [optional] [default to const []]
|
|
**geometry** | [**PointAllOfBoundary**](PointAllOfBoundary.md) | | [optional]
|
|
**zoneRadiusMeters** | **double** | | [optional]
|
|
**imageUrl** | **String** | | [optional]
|
|
**triggerGeoPointId** | **int** | | [optional]
|
|
**triggerGeoPoint** | [**GuidedStepTriggerGeoPoint**](GuidedStepTriggerGeoPoint.md) | | [optional]
|
|
**isHiddenInitially** | **bool** | | [optional]
|
|
**quizQuestions** | [**List<QuizQuestion>**](QuizQuestion.md) | | [optional] [default to const []]
|
|
**isStepTimer** | **bool** | | [optional]
|
|
**isStepLocked** | **bool** | | [optional]
|
|
**timerSeconds** | **int** | | [optional]
|
|
**timerExpiredMessage** | [**List<TranslationDTO>**](TranslationDTO.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)
|
|
|
|
|