Name | Type | Description | Notes |
---|---|---|---|
id | String | UUID of the segment. If left empty, it will be assigned automaticaly. | [optional] |
name | String | Name of the segment. You'll see this name on the Web UI. | |
filters | Array<FilterExpressions> | Filter or operators the segment will have. For a list of available filters with details, please see Send to Users Based on Filters. |
require 'onesignal'
instance = OneSignal::Segment.new(
id: null,
name: null,
filters: null
)