onesignal-rust-api 5.4.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
# DeliveryData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**successful** | Option<**i32**> | Number of messages delivered to push servers, mobile carriers, or email service providers. | [optional]
**failed** | Option<**i32**> | Number of messages sent to unsubscribed devices. | [optional]
**errored** | Option<**i32**> | Number of errors reported. | [optional]
**converted** | Option<**i32**> | Number of messages that were clicked. | [optional]
**received** | Option<**i32**> | Number of devices that received the message. | [optional]

[[Back to API list]](https://github.com/OneSignal/onesignal-rust-api#full-api-reference) [[Back to README]](https://github.com/OneSignal/onesignal-rust-api)