# UltracartClient::ConversationCannedMessagesSearch ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **max_results** | **Integer** | | [optional] | | **short_code** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationCannedMessagesSearch.new( max_results: null, short_code: null ) ```