Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 955 Bytes

Device.md

File metadata and controls

25 lines (20 loc) · 955 Bytes

mosquito_alert.model.Device

Load the model package

import 'package:mosquito_alert/api.dart';

Properties

Name Type Description Notes
deviceId String Unique device identifier
nameValue String [optional]
type String
manufacturer String The manufacturer of the device. [optional]
model String The end-user-visible name for the end product.
os DeviceOs
mobileApp MobileApp [optional]
userUuid String
lastLogin DateTime
createdAt DateTime
updatedAt DateTime

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