| Name | Type | Description | Notes |
|---|---|---|---|
| conversation | SearchInboxConversations200ResponseDataInnerConversation | [optional] | |
| match_count | Integer | Number of matching messages in this conversation. 0 when the conversation matched only on contact identity (name, username, or phone number), not on message text. | [optional] |
| matches | Array<SearchInboxConversations200ResponseDataInnerMatchesInner> | Up to 3 most-recent matching messages (empty for an identity-only match) | [optional] |
require 'zernio-sdk'
instance = Zernio::SearchInboxConversations200ResponseDataInner.new(
conversation: null,
match_count: null,
matches: null
)