Sha256: 184d07fdcd2941a417beb18e8ce92f5a01ee226bb922780679529404d5472eb3
Contents?: true
Size: 897 Bytes
Versions: 45
Compression:
Stored size: 897 Bytes
Contents
# SunshineConversationsClient::ViberAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | To configure a Viber integration, acquire the Viber Public Account token from the user and call the Create Integration endpoint. | [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::ViberAllOf.new(type: null, token: 445da6az1s345z78-dazcczb2542zv51a-e0vc5fva17480im9, uri: null, account_id: null) ```
Version data entries
45 entries across 45 versions & 1 rubygems