Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 927 Bytes

Notification.md

File metadata and controls

15 lines (11 loc) · 927 Bytes

Notification

Properties

Name Type Description Notes
Id int32 The unique identifier of the notification. Can be used for pagination purposes.
CreatedAt string Timestamp the notification was created at, in RFC-3339 format.
WalletId string The ID of the wallet the notification relates to. May be null in cases there is no such specific wallet. [optional]
TaskId string The ID of the task the notification relates to. May be empty in cases there is no such specific task.
NotificationType NotificationType
Content map[string]interface{} [optional]

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