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

Version Path
sunshine-conversations-client-14.3.4 docs/UnityAllOf.md
sunshine-conversations-client-14.3.3 docs/UnityAllOf.md
sunshine-conversations-client-14.3.2 docs/UnityAllOf.md
sunshine-conversations-client-14.3.1 docs/UnityAllOf.md
sunshine-conversations-client-14.3.0 docs/UnityAllOf.md
sunshine-conversations-client-14.2.0 docs/UnityAllOf.md
sunshine-conversations-client-14.1.0 docs/UnityAllOf.md
sunshine-conversations-client-14.0.0 docs/UnityAllOf.md
sunshine-conversations-client-13.2.0 docs/UnityAllOf.md
sunshine-conversations-client-13.1.0 docs/UnityAllOf.md
sunshine-conversations-client-13.0.0 docs/UnityAllOf.md
sunshine-conversations-client-12.8.0 docs/UnityAllOf.md
sunshine-conversations-client-12.7.0 docs/UnityAllOf.md
sunshine-conversations-client-12.6.2 docs/UnityAllOf.md
sunshine-conversations-client-12.6.1 docs/UnityAllOf.md
sunshine-conversations-client-12.6.0 docs/UnityAllOf.md
sunshine-conversations-client-12.5.1 docs/UnityAllOf.md
sunshine-conversations-client-12.4.0 docs/UnityAllOf.md
sunshine-conversations-client-12.3.1 docs/UnityAllOf.md
sunshine-conversations-client-12.3.0 docs/UnityAllOf.md