1.3 KiB
1.3 KiB
manager_api_new.model.GuidedPath
Load the model package
import 'package:manager_api_new/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| instanceId | String | ||
| title | List | [default to const []] | |
| id | String | [optional] | |
| description | List | [optional] [default to const []] | |
| sectionMapId | String | [optional] | |
| sectionMap | GuidedPathSectionMap | [optional] | |
| sectionEventId | String | [optional] | |
| sectionEvent | ApplicationInstanceSectionEvent | [optional] | |
| sectionGameId | String | [optional] | |
| sectionGame | GuidedPathSectionGame | [optional] | |
| isLinear | bool | [optional] | |
| requireSuccessToAdvance | bool | [optional] | |
| hideNextStepsUntilComplete | bool | [optional] | |
| order | int | [optional] | |
| steps | List | [optional] [default to const []] |