SmartCampaignFlowMutationResponse¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
id |
integer (int32) | Yes | Id of the smart campaign | |
name |
string | Yes | Name of the smart campaign | |
flow |
model: Flow | No | Flow steps of the smart campaign, reflecting the mutation |
Generated example¶
{
"id": 123,
"name": "Example name",
"flow": {
"steps": [
{
"id": 123,
"activityTypeId": 123,
"activityTypeName": "Example name",
"stepChoice": [
{
"id": 123,
"default": true,
"attributes": [
null
],
"rule": {
"name": null,
"operator": null,
"ruleType": null,
"ruleTypeId": null,
"values": null
}
}
]
}
]
}
}
Referenced models¶
Source¶
Generated from swagger-asset.json.