Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.15 KB

NotificationWithData.md

File metadata and controls

20 lines (14 loc) · 1.15 KB

NotificationWithData

Properties

Name Type Description Notes
id string [default to undefined]
createdAt string The creation date of the notification [default to undefined]
updatedAt string The date when the notification was updated [default to undefined]
status NotificationStatus [default to undefined]
eventType WebhookEvent [default to undefined]
eventVersion number The event version which the Notification is listen to [default to undefined]
attempts Array<string> 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]