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 | List<string> | Examples of values that can be assigned to the attribute. | [optional] |