| Name | Type | Description | Notes |
|---|---|---|---|
| canned_message | String | [optional] | |
| conversation_canned_message_oid | Integer | [optional] | |
| conversation_department_oids | Array<Integer> | [optional] | |
| short_code | String | [optional] |
require 'ultracart_api'
instance = UltracartClient::ConversationCannedMessage.new(
canned_message: null,
conversation_canned_message_oid: null,
conversation_department_oids: null,
short_code: null
)