Name | Type | Description | Notes |
---|---|---|---|
operator | String | Strictly, this must be either `"OR"`, or `"AND"`. It can be used to compose Filters as part of a Filters object. | [optional] |
require 'onesignal'
instance = OneSignal::Operator.new(
operator: null
)