Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 807 Bytes

File metadata and controls

21 lines (16 loc) · 807 Bytes

djangoflow_openapi.model.UserDevice

Load the model package

import 'package:djangoflow_openapi/api.dart';

Properties

Name Type Description Notes
id int [optional]
name String [optional]
registrationId String
deviceId String Unique device identifier [optional]
active bool Inactive devices will not be sent notifications [optional] [default to true]
dateCreated DateTime [optional]
type UserDeviceTypeEnum

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