Sha256: 6c885be5f994653fe5272a5dd8653ee33802ca1b6160f7de4c676474541201a0
Contents?: true
Size: 1.77 KB
Versions: 3
Compression:
Stored size: 1.77 KB
Contents
# TalonOne::Attribute ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **account_id** | **Integer** | The ID of the account that owns this entity. | **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. | **event_type** | **String** | | [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 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 this attribute. | **suggestions** | **Array<String>** | A list of suggestions for the attribute. | **editable** | **BOOLEAN** | Whether or not this attribute can be edited. | **locked** | **BOOLEAN** | Indicates whether this attribute is in use. If in use only title can be changed and other operations are prohibited. | [default to false] **used_at** | **Array<String>** | array of rulesets where the attribute is used |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-1.1.2 | docs/Attribute.md |
talon_one-1.1.1 | docs/Attribute.md |
talon_one-1.1.0 | docs/Attribute.md |