Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 542 Bytes

File metadata and controls

24 lines (18 loc) · 542 Bytes

Zernio::GetInboxSourceBreakdown200ResponseSourcesInnerByPlatformInner

Properties

Name Type Description Notes
platform String [optional]
received Integer [optional]
sent Integer [optional]
read Integer [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetInboxSourceBreakdown200ResponseSourcesInnerByPlatformInner.new(
  platform: null,
  received: null,
  sent: null,
  read: null
)