Sha256: 1b9d208b858937d94dbfc9718bf56d777738e668340c568f680f64f8d69c9b35
Contents?: true
Size: 851 Bytes
Versions: 1
Compression:
Stored size: 851 Bytes
Contents
# SunshineConversationsClient::TransferToEmail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity. | [default to 'transferToEmail'] **data** | **Hash<String, Object>** | No additional data is supplied with the \"transferToEmail\" activity type at this time. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::TransferToEmail.new(type: null, data: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sunshine-conversations-client-14.3.1 | docs/TransferToEmail.md |