Private
constructorPrivate
modelReturns the event filters applied to the webhook.
An array of event filters used by the webhook, or undefined if the model is null.
Returns the event type of the webhook.
The type of event the webhook listens for, or undefined if the model is null.
Returns the event type filter of the webhook.
The filter which will be used to filter for events of a certain event type
Updates the webhook with a new notification URI, and optionally a new list of addresses to monitor.
The options to update webhook.
A promise that resolves to the updated Webhook object.
Static
createCreates a new webhook for a specified network.
The options to create webhook.
A promise that resolves to a new instance of Webhook.
Static
initStatic
listLists the Webhooks belonging to the CDP Project.
The pagination options.
The paginated list response of Webhooks.
A representation of a Webhook, which provides methods to create, list, update, and delete webhooks that are used to receive notifications of specific events.