Sha256: 087fbcc49d56fe3e7f66bdd9ea899dc41c47280054b484f55518e2ca15cfc8b7

Contents?: true

Size: 1.71 KB

Versions: 13

Compression:

Stored size: 1.71 KB

Contents

# TalonOne::LibraryAttribute

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**entity** | **String** | The name of the entity that can have this attribute. When creating or updating the entities of a given type, you can include an `attributes` object with keys corresponding to the `name` of the custom attributes for that type. | 
**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 human-readable name for the attribute that will be shown in the Campaign Manager. Like `name`, the combination of entity and title must also be unique. | 
**type** | **String** | The data type of the attribute, a `time` attribute must be sent as a string that conforms to the [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) timestamp format. | 
**description** | **String** | A description of the attribute. | 
**presets** | **Array<String>** | The presets that indicate to which industry the attribute applies to. | 
**suggestions** | **Array<String>** | Short suggestions that are used to group attributes. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LibraryAttribute.new(entity: null,
                                 name: null,
                                 title: null,
                                 type: null,
                                 description: null,
                                 presets: null,
                                 suggestions: null)
```


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/LibraryAttribute.md
talon_one-6.0.0 docs/LibraryAttribute.md
talon_one-5.0.0 docs/LibraryAttribute.md
talon_one-3.0.2 docs/LibraryAttribute.md
talon_one-3.0.1 docs/LibraryAttribute.md
talon_one-3.0.0 docs/LibraryAttribute.md
talon_one-2.5.1 docs/LibraryAttribute.md
talon_one-2.4.0 docs/LibraryAttribute.md
talon_one-2.3.0 docs/LibraryAttribute.md
talon_one-2.2.0 docs/LibraryAttribute.md
talon_one-2.1.1 docs/LibraryAttribute.md
talon_one-2.1.0 docs/LibraryAttribute.md
talon_one-2.0.0 docs/LibraryAttribute.md