Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.11 KB

NotificationWithMetaAllOf.md

File metadata and controls

22 lines (17 loc) · 2.11 KB

NotificationWithMetaAllOf

Properties

Name Type Description Notes
remaining int Number of notifications that have not been sent out yet. This can mean either our system is still processing the notification or you have delayed options set. [optional]
successful int Number of notifications that were successfully delivered. [optional]
failed int Number of notifications that could not be delivered due to those devices being unsubscribed. [optional]
errored int Number of notifications that could not be delivered due to an error. You can find more information by viewing the notification in the dashboard. [optional]
converted int Number of users who have clicked / tapped on your notification. [optional]
queued_at int Unix timestamp indicating when the notification was created. [optional]
send_after int, none_type Unix timestamp indicating when notification delivery should begin. [optional]
completed_at int, none_type Unix timestamp indicating when notification delivery completed. The delivery duration from start to finish can be calculated with completed_at - send_after. [optional]
platform_delivery_stats PlatformDeliveryData [optional]
received int, none_type Confirmed Deliveries number of devices that received the push notification. Paid Feature Only. Free accounts will see 0. [optional]
throttle_rate_per_minute int, none_type number of push notifications sent per minute. Paid Feature Only. If throttling is not enabled for the app or the notification, and for free accounts, null is returned. Refer to Throttling for more details. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]