Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.37 KB

DeviceGetDetailsDTO.md

File metadata and controls

27 lines (22 loc) · 1.37 KB

swagger.model.DeviceGetDetailsDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String [optional] [default to null]
rdfType String rdfType URI [optional] [default to null]
rdfTypeName String [optional] [default to null]
name String Device name [default to null]
brand String Device brand [optional] [default to null]
constructorModel String Device model [optional] [default to null]
serialNumber String Device serial number [optional] [default to null]
personInCharge String Person in charge [optional] [default to null]
startUp DateTime Device date of start-up [optional] [default to null]
removal DateTime Device date of removal [optional] [default to null]
relations List<RDFObjectRelationDTO> [optional] [default to []]
description String comment [optional] [default to null]
metadata Map<String, String> [optional] [default to {}]

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