Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 943 Bytes

File metadata and controls

22 lines (16 loc) · 943 Bytes

Zernio::SearchInboxConversations200ResponseDataInner

Properties

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]

Example

require 'zernio-sdk'

instance = Zernio::SearchInboxConversations200ResponseDataInner.new(
  conversation: null,
  match_count: null,
  matches: null
)