Logo

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

NotificationReceiptReference

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 bool, date, datetime, dict, float, int, list, str, none_type   [optional] [readonly]
notify_type str   [optional] [readonly]
failed bool   [optional] [readonly]
acknowledged bool   [optional] [readonly]
removed bool   [optional] [readonly]
notification str   [optional] [readonly]

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