TagAssociationView Data Type

Abstract Type
Properties
name data type constraints description
tagKey string  
rules array of string  
key string  
state string  
timeOfLastChange number  
tagName string  
timeOfCreation number  
domainKey string  
domainName string  
resourceKey string  
semantic string  
weight number required
field string  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "tagKey" : "...",
  "rules" : [ "...", "..." ],
  "key" : "...",
  "state" : "...",
  "timeOfLastChange" : 12345,
  "tagName" : "...",
  "timeOfCreation" : 12345,
  "domainKey" : "...",
  "domainName" : "...",
  "resourceKey" : "...",
  "semantic" : "...",
  "weight" : 12345.0,
  "field" : "..."
}