# manager_api_new.model.GuidedPathSectionGame ## Load the model package ```dart import 'package:manager_api_new/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | **label** | **String** | | **title** | [**List**](TranslationDTO.md) | | [default to const []] **configurationId** | **String** | | **type** | [**SectionType**](SectionType.md) | | **isSubSection** | **bool** | | **instanceId** | **String** | | **gameMessageDebut** | [**List**](TranslationAndResourceDTO.md) | | [default to const []] **gameMessageFin** | [**List**](TranslationAndResourceDTO.md) | | [default to const []] **gamePuzzleRows** | **int** | | **gamePuzzleCols** | **int** | | **description** | [**List**](TranslationDTO.md) | | [optional] [default to const []] **order** | **int** | | [optional] **imageId** | **String** | | [optional] **imageSource** | **String** | | [optional] **parentId** | **String** | | [optional] **dateCreation** | [**DateTime**](DateTime.md) | | [optional] **isBeacon** | **bool** | | [optional] **beaconId** | **int** | | [optional] **latitude** | **String** | | [optional] **longitude** | **String** | | [optional] **meterZoneGPS** | **int** | | [optional] **isActive** | **bool** | | [optional] **gamePuzzleImageId** | **String** | | [optional] **gamePuzzleImage** | [**SectionGameAllOfGamePuzzleImage**](SectionGameAllOfGamePuzzleImage.md) | | [optional] **gameType** | [**GameTypes**](GameTypes.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)