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

Version Path
sunshine-conversations-client-9.4.1 docs/CustomAllOf.md
sunshine-conversations-client-9.4.0 docs/CustomAllOf.md
sunshine-conversations-client-9.3.0 docs/CustomAllOf.md
sunshine-conversations-client-9.2.0 docs/CustomAllOf.md
sunshine-conversations-client-9.1.1 docs/CustomAllOf.md