Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.19 KB

DeviceCreationDTO.md

File metadata and controls

26 lines (21 loc) · 1.19 KB

swagger.model.DeviceCreationDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String Device URI [optional] [default to null]
rdfType String rdfType URI [default to null]
name String Device name [default to null]
brand String [optional] [default to null]
constructorModel String [optional] [default to null]
serialNumber String [optional] [default to null]
personInCharge String [optional] [default to null]
startUp DateTime [optional] [default to null]
removal DateTime [optional] [default to null]
relations List<RDFObjectRelationDTO> [optional] [default to []]
description String [optional] [default to null]
metadata Map<String, String> [optional] [default to {}]

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