Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.11 KB

NotificationWithData.md

File metadata and controls

19 lines (13 loc) · 1.11 KB

NotificationWithData

Properties

Name Type Description Notes
id string [default to undefined]
createdAt number The creation date of the notification in milliseconds [default to undefined]
updatedAt number The date when the notification was updated in milliseconds [default to undefined]
status NotificationStatus [default to undefined]
eventType WebhookEvent [default to undefined]
attempts Array<NotificationAttempt> The attempts related to Notification [default to undefined]
resourceId string The resource id of the event which the Notification is listen to [optional] [default to undefined]
data object notification data [optional] [default to undefined]

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