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