onesignal-rust-api 5.3.0

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PlatformDeliveryDataEmailAllOf

## Properties

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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)