# manager_api_new.model.GuidedStepTriggerGeoPoint ## Load the model package ```dart import 'package:manager_api_new/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | | **title** | [**List**](TranslationDTO.md) | | [default to const []] **description** | [**List**](TranslationDTO.md) | | [default to const []] **contents** | [**List**](ContentDTO.md) | | [default to const []] **schedules** | [**List**](TranslationDTO.md) | | [default to const []] **prices** | [**List**](TranslationDTO.md) | | [default to const []] **phone** | [**List**](TranslationDTO.md) | | [default to const []] **email** | [**List**](TranslationDTO.md) | | [default to const []] **site** | [**List**](TranslationDTO.md) | | [default to const []] **categorieId** | **int** | | [optional] **geometry** | [**PointAllOfBoundary**](PointAllOfBoundary.md) | | [optional] **polyColor** | **String** | | [optional] **imageResourceId** | **String** | | [optional] **imageUrl** | **String** | | [optional] **sectionMapId** | **String** | | [optional] **sectionMap** | [**GuidedPathSectionMap**](GuidedPathSectionMap.md) | | [optional] **sectionEventId** | **String** | | [optional] **sectionEvent** | [**ApplicationInstanceSectionEvent**](ApplicationInstanceSectionEvent.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)