Sha256: 01c4691bc1abf1464de5d7e2274446c803677f534f9c57ec83e25c291fa02c18
Contents?: true
Size: 653 Bytes
Versions: 33
Compression:
Stored size: 653 Bytes
Contents
# SunshineConversationsClient::InstagramUpdate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **display_name** | **String** | A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. | [optional] **page_access_token** | **String** | A Facebook Page Access Token. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::InstagramUpdate.new(display_name: My awesome integration, page_access_token: your_access_token) ```
Version data entries
33 entries across 33 versions & 1 rubygems