| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | To configure a custom integration you need to setup a webhook with a set of triggers and target. | [optional] [default to 'custom'] |
| webhooks | Array<Webhook> | An array of webhooks associated with the custom integration. |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::Custom.new(type: null,
webhooks: null)