TemplateAttributeDefinition Data Type

Definition of a template attribute.

Implemented Interfaces
TemplateAttributeDefinitionInterface
Properties
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"
}