SmartCampaignRuleType¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
id |
integer (int32) | Yes | Id of the rule type | |
name |
string | Yes | Name of the rule type | |
type |
string | Yes | Type of the rule | enum: activity, attribute |
constraints |
array |
No |
Generated example¶
{
"id": 123,
"name": "Example name",
"type": "activity",
"constraints": [
{
"id": 123,
"type": "activity"
}
]
}
Referenced models¶
Source¶
Generated from swagger-asset.json.