# 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.md) | | [default to const []] **id** | **String** | | [optional] **description** | [**List**](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.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)