Sha256: ac8ca1fc23892377f1f99238e5b90f5c4c38e148708744b761dbf93c9b793ba5
Contents?: true
Size: 782 Bytes
Versions: 5
Compression:
Stored size: 782 Bytes
Contents
# SunshineConversationsClient::Viber ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of integration. | [optional] [default to 'viber'] **token** | **String** | Viber Public Account token. | **uri** | **String** | Unique URI of the Viber account. | [optional] [readonly] **account_id** | **String** | Unique ID of the Viber account. | [optional] [readonly] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Viber.new(type: null, token: 445da6az1s345z78-dazcczb2542zv51a-e0vc5fva17480im9, uri: null, account_id: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems