Sha256: 3fda674a2973b648eb451af491c09b136f33a929a9c461303a0dabed9c127417
Contents?: true
Size: 731 Bytes
Versions: 45
Compression:
Stored size: 731 Bytes
Contents
# SunshineConversationsClient::Integration ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The unique ID of the integration. | [optional] [readonly] **type** | **String** | | **status** | [**Status**](Status.md) | | [optional] **display_name** | **String** | A human-friendly name used to identify the integration. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Integration.new(id: 5e4af71a81966cfff3ef6550, type: android, status: null, display_name: Channel name) ```
Version data entries
45 entries across 45 versions & 1 rubygems