Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 945 Bytes

ScientificObjectCreationDTO.md

File metadata and controls

20 lines (15 loc) · 945 Bytes

swagger.model.ScientificObjectCreationDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String Scientific object URI [optional] [default to null]
rdfType String Scientific object type [default to null]
name String Scientific object name [default to null]
experiment String Scientific object experiment URI [optional] [default to null]
relations List<RDFObjectRelationDTO> [optional] [default to []]
geometry GeoJsonObject The geographical coordinates of the Geospatial [optional] [default to null]

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