Definition of a template attribute.
| name | data type | description |
|---|---|---|
Properties inherited from AbstractTemplateAttributeDefinition |
||
| id | string | |
| clientId | string | |
| description | string | |
| attributeName | string | |
| type | AttributeType | |
Example
{
"id" : "...",
"clientId" : "...",
"description" : "...",
"attributeName" : "...",
"type" : "COLOR"
}