<a name="WebhookResource"></a>

## WebhookResource ⇐ <code>GenericResource</code>
The *WebhookResource* class provides methods to access the webhooks
endpoint of the Cloud Blue Connect API.

**Kind**: global class  
**Extends**: <code>GenericResource</code>  
**Category**: Resources  
<a name="new_WebhookResource_new"></a>

### new WebhookResource(client)
Creates a new instance of the *WebhookResource* class.

**Returns**: [<code>WebhookResource</code>](#WebhookResource) - An instance of the *WebhookResource* class.  

| Param | Type | Description |
| --- | --- | --- |
| client | <code>ConnectClient</code> | An instance of the ConnectClient class. |

