Sha256: 6cc609e2256c32f6dc919848e4e476278af685d5d1df5d9390887ad13eb2487a
Contents?: true
Size: 653 Bytes
Versions: 34
Compression:
Stored size: 653 Bytes
Contents
# SunshineConversationsClient::MessengerUpdate ## 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::MessengerUpdate.new(display_name: My awesome integration, page_access_token: your_access_token) ```
Version data entries
34 entries across 34 versions & 1 rubygems