Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 808 Bytes

Notification.md

File metadata and controls

15 lines (10 loc) · 808 Bytes

Notification

Properties

Name Type Description Notes
id kotlin.Int The unique identifier of the notification. Can be used for pagination purposes.
createdAt java.time.LocalDateTime Timestamp the notification was created at, in RFC-3339 format.
walletId kotlin.String The ID of the wallet the notification relates to. May be null in cases there is no such specific wallet. [optional]
taskId kotlin.String The ID of the task the notification relates to. May be empty in cases there is no such specific task.
notificationType NotificationType
content kotlin.Any [optional]