Sha256: 987e1998bb7b2220861cae4adf336f7ebc1594d8966dab8108c0395a223c0437
Contents?: true
Size: 1.59 KB
Versions: 6
Compression:
Stored size: 1.59 KB
Contents
# TalonOne::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** | **Boolean** | Indicates whether the attribute is visible in the UI or not. | [default to true] **kind** | **String** | Indicate the kind of the attribute. | **campaigns_count** | **Integer** | The number of campaigns that refer to the attribute. | **example_value** | **Array<String>** | Examples of values that can be assigned to the attribute. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::TalangAttribute.new(entity: null, name: null, title: null, type: null, description: null, visible: null, kind: null, campaigns_count: null, example_value: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems