Sha256: 2e3d973d3290ac48e2e53a6afa311a73dc298fcd97f0f1492668dd50268ac74a
Contents?: true
Size: 626 Bytes
Versions: 45
Compression:
Stored size: 626 Bytes
Contents
# SunshineConversationsClient::CustomAllOf ## Properties 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>**](Webhook.md) | An array of webhooks associated with the custom integration. | ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::CustomAllOf.new(type: null, webhooks: null) ```
Version data entries
45 entries across 45 versions & 1 rubygems