Logo

View the Project on GitHub elements-storage/elements-sdk-python

NotificationReceipt

A per-user delivery record for a notification, tracking whether that user has acknowledged (read) or removed it.

Properties

Name Type Description Notes
id int    
user ElementsUserMini    
notify_type str    
failed bool    
acknowledged bool    
removed bool    
notification str    

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