AssetTemplateAttribute Data Type

A Templates attribute

Implemented Interfaces
TemplateAttributeInterface
Properties
name data type description
templateAttributeDefinition string get the definition of this attribute
template string get the template this attribute is attached to
Properties inherited from AbstractTemplateAttribute
id string
attributeValue string

Example

{
  "templateAttributeDefinition" : "...",
  "template" : "...",
  "id" : "...",
  "attributeValue" : "..."
}