manager-app/manager_api_new/doc/GuidedStepDTO.md
2025-07-17 12:11:59 +02:00

31 lines
1.4 KiB
Markdown

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