View the Project on GitHub elements-storage/elements-sdk-python
A per-user delivery record for a notification, tracking whether that user has acknowledged (read) or removed it.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| user | ElementsUserMini | ||
| notify_type | str | ||
| failed | bool | ||
| acknowledged | bool | ||
| removed | bool | ||
| notification | str |