manager-app/manager_api_new/doc/GuidedPathDTO.md
2025-07-17 12:11:59 +02:00

26 lines
1.0 KiB
Markdown

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