Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 704 Bytes

File metadata and controls

15 lines (10 loc) · 704 Bytes

NotificationData

Properties

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]

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