Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 551 Bytes

File metadata and controls

26 lines (20 loc) · 551 Bytes

Zernio::GetInboxVolume200ResponseTimeseriesInner

Properties

Name Type Description Notes
date Date [optional]
sent Integer [optional]
received Integer [optional]
read Integer [optional]
failed Integer [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetInboxVolume200ResponseTimeseriesInner.new(
  date: null,
  sent: null,
  received: null,
  read: null,
  failed: null
)