28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# manager_api_new.model.GuidedStepGuidedPath
|
|
|
|
## 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]
|
|
**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)
|
|
|
|
|