Sha256: 0aee9a8a933d4514c51b7356c6785b45e68db391edff851cbdbfd2c470155767
Contents?: true
Size: 1.41 KB
Versions: 5
Compression:
Stored size: 1.41 KB
Contents
# SunshineConversationsClient::LineAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of integration. | [optional] [default to 'line'] **channel_id** | **String** | LINE Channel ID. | **channel_secret** | **String** | LINE Channel Secret. | **channel_access_token** | **String** | LINE Channel Access Token. | [optional] **service_code** | **String** | LINE Service Code. | [optional] **switcher_secret** | **String** | LINE Switcher Secret. | [optional] **qr_code_url** | **String** | URL provided by LINE in the [Developer Console](https://developers.line.biz/console/). | [optional] **line_id** | **String** | LINE Basic ID. Is automatically set when qrCodeUrl is updated. | [optional] [readonly] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::LineAllOf.new(type: null, channel_id: 1286564967, channel_secret: your_line_channel_secret, channel_access_token: your_line_channel_token, service_code: your_line_service_code, switcher_secret: your_line_switcher_secret, qr_code_url: https://qr-official.line.me/M/1O4fb8.png, line_id: 104fb8) ```
Version data entries
5 entries across 5 versions & 1 rubygems