Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 714 Bytes

File metadata and controls

26 lines (20 loc) · 714 Bytes

Zernio::GetInboxSourceBreakdown200ResponseSourcesInner

Properties

Name Type Description Notes
source String [optional]
received Integer [optional]
sent Integer [optional]
read Integer [optional]
by_platform Array<GetInboxSourceBreakdown200ResponseSourcesInnerByPlatformInner> [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetInboxSourceBreakdown200ResponseSourcesInner.new(
  source: null,
  received: null,
  sent: null,
  read: null,
  by_platform: null
)