| Name | Type | Description | Notes |
|---|---|---|---|
| type | TypeEnum | Indicates the node type. | |
| name | String | Name of the set. | |
| operator | OperatorEnum | An indicator of how the set operates on its elements. | |
| elements | List<CampaignSetNode> | Child elements of this set. | |
| groupId | Integer | The ID of the campaign set. | |
| locked | Boolean | An indicator of whether the campaign set is locked for modification. | |
| description | String | A description of the campaign set. | [optional] |
| evaluationMode | EvaluationModeEnum |
| Name | Value |
|---|---|
| SET | "SET" |
| Name | Value |
|---|---|
| ALL | "ALL" |
| FIRST | "FIRST" |
| Name | Value |
|---|---|
| STACKABLE | "stackable" |
| LISTORDER | "listOrder" |
| LOWESTDISCOUNT | "lowestDiscount" |
| HIGHESTDISCOUNT | "highestDiscount" |