Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.14 KB

HookNotification.md

File metadata and controls

18 lines (14 loc) · 1.14 KB

HookNotification

A Hook Notification object contains information about a webhook configured in the account's Post-load hook list.

Properties

Name Type Description Notes
id int The notification ID. [optional]
client_id int The ID of the Stitch client account. [optional]
created_at datetime The time at which the notification was created. [optional]
modified_at datetime The time at which the notification was last modified. [optional]
disabled_at datetime The time at which the notification was disabled. This will be null unless the notification has been disabled. [optional]
type str The type of the notification. Possible values are: post_load [optional]
version int The version of the hook service the notification is using. [optional]
config HookNotificationConfig [optional]

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