| Name | Type | Description | Notes |
|---|---|---|---|
| opened | Option<i32> | Number of times an email has been opened. | [optional] |
| unique_opens | Option<i32> | Number of unique recipients who have opened your email. | [optional] |
| clicks | Option<i32> | Number of clicked links from your email. This can include the recipient clicking email links multiple times. | [optional] |
| unique_clicks | Option<i32> | Number of unique clicks that your recipients have made on links from your email. | [optional] |
| bounced | Option<i32> | Number of recipients who registered as a hard or soft bounce and didn't receive your email. | [optional] |
| reported_spam | Option<i32> | Number of recipients who reported this email as spam. | [optional] |
| unsubscribed | Option<i32> | Number of recipients who opted out of your emails using the unsubscribe link in this email. | [optional] |