Sha256: 4ed9f3f259ddfd9481a81dbdc76e3d8020af8a568fc105d1ea3ec48967152aad
Contents?: true
Size: 553 Bytes
Versions: 5
Compression:
Stored size: 553 Bytes
Contents
# SunshineConversationsClient::CustomAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of integration. | [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
5 entries across 5 versions & 1 rubygems