# NotificationData
## Properties
**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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)