Sha256: 2c15fce408184df3cf20a15dfd66f9f686851c444ffd0da71908e3cff8174d64
Contents?: true
Size: 755 Bytes
Versions: 5
Compression:
Stored size: 755 Bytes
Contents
# SunshineConversationsClient::Integration ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The unique ID of the integration. | [optional] [readonly] **type** | **String** | The type of integration. | **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
5 entries across 5 versions & 1 rubygems