Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.01 KB

ActivityCreationDTO.md

File metadata and controls

20 lines (15 loc) · 1.01 KB

swagger.model.ActivityCreationDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
rdfType String activity type defined in the ontology [optional] [default to null]
uri String external uri of the activity or process [optional] [default to null]
startDate String start date or datetime [optional] [default to null]
endDate String end date or datetime [optional] [default to null]
timezone String to specify if the offset is not in the dates and if the timezone is different from the default one [optional] [default to null]
settings Map<String, Object> a key-value system to store process parameters [optional] [default to {}]

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