Sha256: 6d1553805b87c708b36d9aa653cfa31a98fd2e93a7c348a9a61efe3056c3a45b
Contents?: true
Size: 693 Bytes
Versions: 1
Compression:
Stored size: 693 Bytes
Contents
# SunshineConversationsClient::Unity ## 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] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Unity.new(type: null, can_user_create_more_conversations: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sunshine-conversations-client-12.1.0 | docs/Unity.md |