Template attributes of this type represent association values.
Implements
Fields
apiName (String!)
The api name for this attribute. The api name uniquely identifies this attribute within its template, and it can be used to refer to the attribute from expressions.
name (String)
The human-readable name of the attribute. This may not be unique, and may change over time.
type (TemplateAttributeType!)
The type of attribute.
writeable (Boolean!)
This field is included for compatibility with the TemplateAttribute interface; associations are always writeable.
targetTemplate (Template!)
The type of objects that can be the target of this association.
backreferenceApiName (String)
The api name of the corresponding backreference attribute on the target template.