1.8 KiB
1.8 KiB
manager_api_new.model.GuidedPathSectionGame
Load the model package
import 'package:manager_api_new/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| label | String | ||
| title | List | [default to const []] | |
| configurationId | String | ||
| type | SectionType | ||
| isSubSection | bool | ||
| instanceId | String | ||
| gameMessageDebut | List | [default to const []] | |
| gameMessageFin | List | [default to const []] | |
| gamePuzzleRows | int | ||
| gamePuzzleCols | int | ||
| description | List | [optional] [default to const []] | |
| order | int | [optional] | |
| imageId | String | [optional] | |
| imageSource | String | [optional] | |
| parentId | String | [optional] | |
| dateCreation | DateTime | [optional] | |
| isBeacon | bool | [optional] | |
| beaconId | int | [optional] | |
| latitude | String | [optional] | |
| longitude | String | [optional] | |
| meterZoneGPS | int | [optional] | |
| isActive | bool | [optional] | |
| gamePuzzleImageId | String | [optional] | |
| gamePuzzleImage | SectionGameAllOfGamePuzzleImage | [optional] | |
| gameType | GameTypes | [optional] |