2025-11-27 15:47:21 +01:00

30 lines
1.3 KiB
Markdown

# manager_api_new.model.GuidedPath
## Load the model package
```dart
import 'package:manager_api_new/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**instanceId** | **String** | |
**title** | [**List<TranslationDTO>**](TranslationDTO.md) | | [default to const []]
**id** | **String** | | [optional]
**description** | [**List<TranslationDTO>**](TranslationDTO.md) | | [optional] [default to const []]
**sectionMapId** | **String** | | [optional]
**sectionMap** | [**GuidedPathSectionMap**](GuidedPathSectionMap.md) | | [optional]
**sectionEventId** | **String** | | [optional]
**sectionEvent** | [**ApplicationInstanceSectionEvent**](ApplicationInstanceSectionEvent.md) | | [optional]
**sectionGameId** | **String** | | [optional]
**sectionGame** | [**GuidedPathSectionGame**](GuidedPathSectionGame.md) | | [optional]
**isLinear** | **bool** | | [optional]
**requireSuccessToAdvance** | **bool** | | [optional]
**hideNextStepsUntilComplete** | **bool** | | [optional]
**order** | **int** | | [optional]
**steps** | [**List<GuidedStep>**](GuidedStep.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)