Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 746 Bytes

PatchedUserDeviceRequest.md

File metadata and controls

19 lines (14 loc) · 746 Bytes

djangoflow_openapi.model.PatchedUserDeviceRequest

Load the model package

import 'package:djangoflow_openapi/api.dart';

Properties

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

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