Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.05 KB

Notification.md

File metadata and controls

18 lines (12 loc) · 1.05 KB

Notification

Properties

Name Type Description Notes
id string The id of the Notification [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]

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