onesignal-rust-api 5.4.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
16
17
# SegmentData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The segment ID | [optional]
**name** | Option<**String**> | The segment name | [optional]
**created_at** | Option<**String**> | Date segment created | [optional]
**updated_at** | Option<**String**> | Date segment last updated | [optional]
**app_id** | Option<**String**> | The app id | [optional]
**read_only** | Option<**bool**> | Is the segment read only? | [optional]
**is_active** | Option<**bool**> | Is the segment active? | [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)