| Name | Type | Description | Notes |
|---|---|---|---|
| date | Date | [optional] | |
| sent | Integer | [optional] | |
| received | Integer | [optional] | |
| read | Integer | [optional] | |
| failed | Integer | [optional] |
require 'zernio-sdk'
instance = Zernio::GetInboxVolume200ResponseTimeseriesInner.new(
date: null,
sent: null,
received: null,
read: null,
failed: null
)