Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 840 Bytes

DeviceRequest.md

File metadata and controls

22 lines (17 loc) · 840 Bytes

mosquito_alert.model.DeviceRequest

Load the model package

import 'package:mosquito_alert/api.dart';

Properties

Name Type Description Notes
deviceId String Unique device identifier
nameValue String [optional]
fcmToken String
type String
manufacturer String The manufacturer of the device. [optional]
model String The end-user-visible name for the end product.
os DeviceOsRequest
mobileApp MobileAppRequest [optional]

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