Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.25 KB

TalangAttribute.md

File metadata and controls

19 lines (14 loc) · 1.25 KB

# TalangAttribute

Properties

Name Type Description Notes
entity string The name of the entity of the attribute. [optional]
name string The attribute name that will be used in API requests and Talang. E.g. if `name == "region"` then you would set the region attribute by including an `attributes.region` property in your request payload.
title string The name of the attribute that is displayed to the user in the Campaign Manager. [optional]
type string The talang type of the attribute.
description string A description of the attribute. [optional]
visible bool Indicates whether the attribute is visible in the UI or not. [default to true]
kind string Indicate the kind of the attribute.
campaignsCount int The number of campaigns that refer to the attribute.
exampleValue string[] Examples of values that can be assigned to the attribute. [optional]

[Back to Model list] [Back to API list] [Back to README]