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