Sha256: 18a8bb6b77f52fb8d68a0d5695faf6c1f453255a521abe932b9ad2673079a81e
Contents?: true
Size: 964 Bytes
Versions: 22
Compression:
Stored size: 964 Bytes
Contents
# SunshineConversationsClient::UnityAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | To configure a Unity integration, create an integration with type 'unity' by calling the Create Integration endpoint. | [optional] [default to 'unity'] **can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the Unity integration. | [optional] **attachments_enabled** | **Boolean** | Allows users to send attachments. By default, the setting is set to true. This setting can only be configured in Zendesk Admin Center. | [optional] [readonly] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::UnityAllOf.new(type: null, can_user_create_more_conversations: null, attachments_enabled: null) ```
Version data entries
22 entries across 22 versions & 1 rubygems