| Name | Type | Description | Notes |
|---|---|---|---|
| channel_name | Option<String> | Channel name | [optional] |
| recipients | Option<i64> | Number of recipients | [optional] |
| email_total | Option<i64> | Number of emails | [optional] |
| sms_total | Option<i64> | Number of SMS | [optional] |
| delivered | Option<i64> | Number of delivered messages | [optional] |
| bounced | Option<i64> | Number of bounced messages | [optional] |
| in_progress | Option<i64> | Number of messages in progress | [optional] |
| opened | Option<i64> | Number of opened messages | [optional] |
| clicked | Option<i64> | Number of clicked messages | [optional] |
| unsubscribed | Option<i64> | Number of unsubscribed messages | [optional] |
| complaints | Option<i64> | Number of complaint messages | [optional] |
| inbound | Option<i64> | Number of inbound messages | [optional] |
| manual_cancel | Option<i64> | Number of manually cancelled messages | [optional] |
| not_delivered | Option<i64> | Number of messages flagged with 'Not Delivered' | [optional] |