Thomas Fransolet 4818a1af52 Configuration (create, update, del) + Section (create, update, del)
more test to be sure for section but should be ok
2025-05-13 17:12:04 +02:00

1.4 KiB

manager_api_new.model.GeoPointDTO

Load the model package

import 'package:manager_api_new/api.dart';

Properties

Name Type Description Notes
id int [optional]
title List [optional] [default to const []]
description List [optional] [default to const []]
contents List [optional] [default to const []]
categorieId int [optional]
latitude String [optional]
longitude String [optional]
imageResourceId String [optional]
imageUrl String [optional]
schedules List [optional] [default to const []]
prices List [optional] [default to const []]
phone List [optional] [default to const []]
email List [optional] [default to const []]
site List [optional] [default to const []]

[Back to Model list] [Back to API list] [Back to README]