Sha256: c529ce9e33b51ad66563872d2e2517ff19f267f8cbed996032577fbf5439cb9b

Contents?: true

Size: 1.47 KB

Versions: 27

Compression:

Stored size: 1.47 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. Only \"enterprise\" is supported for new integrations. | 
**env_name** | **String** | The Twitter dev environments label. Only required / used for sandbox and premium tiers. | [optional] [readonly] 
**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. | 
**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: null,
                                 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

27 entries across 27 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/TwitterAllOf.md
sunshine-conversations-client-14.3.3 docs/TwitterAllOf.md
sunshine-conversations-client-14.3.2 docs/TwitterAllOf.md
sunshine-conversations-client-14.3.1 docs/TwitterAllOf.md
sunshine-conversations-client-14.3.0 docs/TwitterAllOf.md
sunshine-conversations-client-14.2.0 docs/TwitterAllOf.md
sunshine-conversations-client-14.1.0 docs/TwitterAllOf.md
sunshine-conversations-client-14.0.0 docs/TwitterAllOf.md
sunshine-conversations-client-13.2.0 docs/TwitterAllOf.md
sunshine-conversations-client-13.1.0 docs/TwitterAllOf.md
sunshine-conversations-client-13.0.0 docs/TwitterAllOf.md
sunshine-conversations-client-12.8.0 docs/TwitterAllOf.md
sunshine-conversations-client-12.7.0 docs/TwitterAllOf.md
sunshine-conversations-client-12.6.2 docs/TwitterAllOf.md
sunshine-conversations-client-12.6.1 docs/TwitterAllOf.md
sunshine-conversations-client-12.6.0 docs/TwitterAllOf.md
sunshine-conversations-client-12.5.1 docs/TwitterAllOf.md
sunshine-conversations-client-12.4.0 docs/TwitterAllOf.md
sunshine-conversations-client-12.3.1 docs/TwitterAllOf.md
sunshine-conversations-client-12.3.0 docs/TwitterAllOf.md