Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.38 KB

DataUpdateDTO.md

File metadata and controls

24 lines (19 loc) · 1.38 KB

swagger.model.DataUpdateDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String URI of the data being updated [default to null]
date String date or datetime [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 (e.g. a scientific object) [optional] [default to null]
variable String variable URI [default to null]
value Object can be decimal, integer, boolean, string or date [default to null]
confidence double confidence index [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 {}]
rawData List<Object> list of repetition values [optional] [default to []]

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