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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**journeys** | Option<[**Vec<crate::models::JourneyListItem>**]JourneyListItem.md> | Journeys ordered by creation time, newest first. | [optional]
**has_more** | Option<**bool**> | true if more journeys exist beyond this page. | [optional]
**next_cursor** | Option<**String**> | Cursor for the next page. Present only when has_more is true. | [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)