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
# JourneyEarlyExitRules

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**on_segment** | Option<[**crate::models::JourneyEarlyExitRulesOnSegment**]JourneyEarlyExit_rules_on_segment.md> |  | [optional]
**when_not_in_audience** | Option<**bool**> | Exit when the user no longer matches the journey audience. Defaults to false. | [optional]
**on_session** | Option<**bool**> | Exit on a new session start. Defaults to false. | [optional]
**on_event** | Option<[**crate::models::JourneyEarlyExitRulesOnEvent**]JourneyEarlyExit_rules_on_event.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)