SmartListConditions¶
Type: object
JSON representation of smart list conditions
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
activityAttributeId |
integer (int32) | Yes | Id of the activity attribute | |
activityAttributeName |
string | Yes | Name of activity attribute | |
operator |
string | Yes | Value of operator | |
values |
array |
Yes | List of values | |
isPrimary |
boolean | Yes | Whether the condition is primary or not (first condition of the smart list) |
Generated example¶
{
"activityAttributeId": 123,
"activityAttributeName": "Example name",
"operator": "string",
"values": [
"string"
],
"isPrimary": true
}
Source¶
Generated from swagger-asset.json.