2.0 KiB
2.0 KiB
manager_api_new.model.SectionMap
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 | ||
| mapCategories | List | [default to const []] | |
| 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] | |
| mapZoom | int | [optional] | |
| mapMapType | SectionMapAllOfMapMapType | [optional] | |
| mapTypeMapbox | SectionMapAllOfMapTypeMapbox | [optional] | |
| mapMapProvider | SectionMapAllOfMapMapProvider | [optional] | |
| mapPoints | List | [optional] [default to const []] | |
| mapResourceId | String | [optional] | |
| mapResource | SectionMapAllOfMapResource | [optional] | |
| mapCenterLatitude | String | [optional] | |
| mapCenterLongitude | String | [optional] |