1.4 KiB
1.4 KiB
manager_api_new.model.GuidedStepDTO
Load the model package
import 'package:manager_api_new/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| guidedPathId | String | [optional] | |
| order | int | [optional] | |
| title | List | [optional] [default to const []] | |
| description | List | [optional] [default to const []] | |
| geometry | EventAddressDTOGeometry | [optional] | |
| zoneRadiusMeters | double | [optional] | |
| imageUrl | String | [optional] | |
| triggerGeoPointId | int | [optional] | |
| triggerGeoPoint | GuidedStepDTOTriggerGeoPoint | [optional] | |
| isHiddenInitially | bool | [optional] | |
| isStepTimer | bool | [optional] | |
| isStepLocked | bool | [optional] | |
| timerSeconds | int | [optional] | |
| timerExpiredMessage | List | [optional] [default to const []] | |
| quizQuestions | List | [optional] [default to const []] |