Sha256: df9a6f9a04081275cca03ae430ebbf2ad5a63ce45fb60bb365a6364094c916a4
Contents?: true
Size: 725 Bytes
Versions: 50
Compression:
Stored size: 725 Bytes
Contents
# SunshineConversationsClient::MatchCriteriaMailgunAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The channel type. | [optional] [default to 'mailgun'] **address** | **String** | The user’s email address. | **subject** | **String** | May be specified to set the subject for the outgoing email. | [optional] [default to 'New message from {appName}'] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::MatchCriteriaMailgunAllOf.new(type: null, address: steveb@channel5.com, subject: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems