Sha256: afcedcf435fc6d12bd1baeb648c673269b5a776262a9b521db2d70fabf81cc82
Contents?: true
Size: 863 Bytes
Versions: 3
Compression:
Stored size: 863 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 'ticket:transfer:email'] **data** | **Hash<String, Object>** | No additional data is supplied with the \"ticket:transfer:email\" activity type at this time. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::TransferToEmail.new(type: null, data: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sunshine-conversations-client-14.3.4 | docs/TransferToEmail.md |
sunshine-conversations-client-14.3.3 | docs/TransferToEmail.md |
sunshine-conversations-client-14.3.2 | docs/TransferToEmail.md |