Sha256: 8c461eb276b9b9eb830066a4661f6b96d10c92ab6d72d2d1c1e833bf5a61119b
Contents?: true
Size: 739 Bytes
Versions: 50
Compression:
Stored size: 739 Bytes
Contents
# SunshineConversationsClient::MatchCriteriaMessagebirdAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The channel type. | [optional] [default to 'messagebird'] **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::MatchCriteriaMessagebirdAllOf.new(type: null, phone_number: +15550001234) ```
Version data entries
50 entries across 50 versions & 1 rubygems