Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.14 KB

DataFilePathCreationDTO.md

File metadata and controls

22 lines (17 loc) · 1.14 KB

swagger.model.DataFilePathCreationDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String [optional] [default to null]
rdfType String file type [default to null]
date String date or datetime [optional] [default to null]
timezone String to specify if the offset is not in the date and if the timezone is different from the default one [optional] [default to null]
target String target URI on which the data have been collected [optional] [default to null]
provenance DataProvenanceModel [default to null]
metadata Map<String, Object> key-value system to store additional information that can be used to query data [optional] [default to {}]
relativePath String path to the stored file [default to null]

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