Sha256: ab1cdb83e9579a3ae80f75d86fa4bb578eb8b9c6116245f433cb8dd6eda629db

Contents?: true

Size: 809 Bytes

Versions: 5

Compression:

Stored size: 809 Bytes

Contents

# SunshineConversationsClient::TwilioAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of integration. | [optional] [default to 'twilio']
**account_sid** | **String** | Twilio Account SID. | 
**auth_token** | **String** | Twilio Auth Token. | 
**phone_number_sid** | **String** | SID for specific phone number. | 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::TwilioAllOf.new(type: null,
                                 account_sid: ACa1b4c65ee0722712fab89867cb14eac7,
                                 auth_token: 160c024303f53049e1e060fd67ca6aefc,
                                 phone_number_sid: PN0674df0ecee0c9819bca0ff0bc0a159e)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.1 docs/TwilioAllOf.md
sunshine-conversations-client-9.4.0 docs/TwilioAllOf.md
sunshine-conversations-client-9.3.0 docs/TwilioAllOf.md
sunshine-conversations-client-9.2.0 docs/TwilioAllOf.md
sunshine-conversations-client-9.1.1 docs/TwilioAllOf.md