onesignal-rust-api 5.14.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
# JourneyNodeStats

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kind** | Option<**String**> | Node kind, repeated here so stats can be read without joining against the journey definition. | [optional]
**waiting** | Option<**i32**> | Users currently held at this node. | [optional]
**completed** | Option<**i32**> | Users who advanced past this node normally. | [optional]
**exited_early** | Option<**i32**> | Users who left the journey from this node through an early exit rule. | [optional]
**message_stats** | Option<[**crate::models::JourneyMessageStats**]JourneyMessageStats.md> |  | [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)