| Name | Type | Description | Notes |
|---|---|---|---|
| platform | String | [optional] | |
| received | Integer | [optional] | |
| sent | Integer | [optional] | |
| read | Integer | [optional] |
require 'zernio-sdk'
instance = Zernio::GetInboxSourceBreakdown200ResponseSourcesInnerByPlatformInner.new(
platform: null,
received: null,
sent: null,
read: null
)