onesignal-rust-api 5.13.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
# JourneyTimeWindow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start** | Option<[**crate::models::JourneyTimePoint**]JourneyTimePoint.md> | When the window opens. | [optional]
**end** | Option<[**crate::models::JourneyTimePoint**]JourneyTimePoint.md> | When the window closes. | [optional]
**day_of_week** | Option<**i32**> | Day of week, 1 = Monday. Omit to apply the window to every day. | [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)