Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.21 KB

DataGetDTO.md

File metadata and controls

23 lines (18 loc) · 1.21 KB

swagger.model.DataGetDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String data URI [default to null]
date String date or datetime [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]