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]