| Name | Type | Description | Notes |
|---|---|---|---|
| id | Option<String> | The identifier of the notification | [optional] |
| body | Option<String> | The html body of the notifications | [optional] |
| link | Option<String> | The link of the notification | [optional] |
| created_time | Option<f32> | The creation time of the notification | [optional] |
| seen | Option<bool> | If the notification has been seen by the user | [optional] |