Sha256: dfeddbfb509e5c9b2472362761e6956d0e99e6ce34ff2fda193d89fe0cc0b21d

Contents?: true

Size: 1.44 KB

Versions: 18

Compression:

Stored size: 1.44 KB

Contents

# SunshineConversationsClient::TwitterAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | To set up a Twitter integration, please follow the steps outlined in the [Twitter Setup Guide](https://docs.smooch.io/guide/twitter/#setup).  | [optional] [default to 'twitter']
**tier** | **String** | Your Twitter app’s tier, sandbox, premium or enterprise. | 
**env_name** | **String** | The Twitter dev environments label (required for sandbox and premium tiers). | [optional] 
**consumer_key** | **String** | The consumer key for your Twitter app. | 
**consumer_secret** | **String** | The consumer key secret for your Twitter app. | 
**access_token_key** | **String** | The access token key obtained from your user via oauth. | [optional] 
**access_token_secret** | **String** | The access token secret obtained from your user via oauth. | 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::TwitterAllOf.new(type: null,
                                 tier: null,
                                 env_name: your_env_label,
                                 consumer_key: your_consumer_key,
                                 consumer_secret: your_consumer_secret,
                                 access_token_key: your_access_token_key,
                                 access_token_secret: your_access_token_secret)
```


Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.15.0 docs/TwitterAllOf.md
sunshine-conversations-client-9.14.1 docs/TwitterAllOf.md
sunshine-conversations-client-9.14.0 docs/TwitterAllOf.md
sunshine-conversations-client-9.13.0 docs/TwitterAllOf.md
sunshine-conversations-client-9.12.0 docs/TwitterAllOf.md
sunshine-conversations-client-9.11.0 docs/TwitterAllOf.md
sunshine-conversations-client-9.10.0 docs/TwitterAllOf.md
sunshine-conversations-client-9.9.0 docs/TwitterAllOf.md
sunshine-conversations-client-9.8.0 docs/TwitterAllOf.md
sunshine-conversations-client-9.7.0 docs/TwitterAllOf.md
sunshine-conversations-client-9.6.0 docs/TwitterAllOf.md
sunshine-conversations-client-9.5.7 docs/TwitterAllOf.md
sunshine-conversations-client-9.5.6 docs/TwitterAllOf.md
sunshine-conversations-client-9.4.6 docs/TwitterAllOf.md
sunshine-conversations-client-9.4.5 docs/TwitterAllOf.md
sunshine-conversations-client-9.4.4 docs/TwitterAllOf.md
sunshine-conversations-client-9.4.3 docs/TwitterAllOf.md
sunshine-conversations-client-9.4.2 docs/TwitterAllOf.md