Skip to content

SmartCampaignUsedBy

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
usedBy array No

Generated example

{
  "id": 123,
  "name": "Example name",
  "usedBy": [
    {
      "id": 123,
      "name": "Example name",
      "type": "string",
      "url": "https://example.com"
    }
  ]
}

Referenced models

Source

Generated from swagger-asset.json.