Sha256: 8704cdfe2e3b7953cd93ae934f93c4e55ffcaf1d915e13aaa696ac5ab93853ec
Contents?: true
Size: 724 Bytes
Versions: 50
Compression:
Stored size: 724 Bytes
Contents
# SunshineConversationsClient::MatchCriteriaTwilioAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The channel type. | [optional] [default to 'twilio'] **phone_number** | **String** | The user’s phone number. It must contain the + prefix and the country code. Examples of valid phone numbers: +1 212-555-2368, +12125552368, +1 212 555 2368. Examples of invalid phone numbers: 212 555 2368, 1 212 555 2368. | ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::MatchCriteriaTwilioAllOf.new(type: null, phone_number: +15550001234) ```
Version data entries
50 entries across 50 versions & 1 rubygems