Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 455 Bytes

File metadata and controls

20 lines (14 loc) · 455 Bytes

Zernio::GetInboxConversationAnalytics200ResponseBySourceInner

Properties

Name Type Description Notes
source String (unspecified) for legacy rows with no metadata.source [optional]
count Integer [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetInboxConversationAnalytics200ResponseBySourceInner.new(
  source: null,
  count: null
)