TemplateMigrationTagMapping Data Type

Subtypes
TemplateMigrationEditableTagMapping, TemplateMigrationNonEditableTagMapping
Properties
name data type description
fromTagId number Returns the source or from template tag for this mapping
toTagId number Returns the target or to template tag for this mapping

Example

{
  "fromTagId" : 12345,
  "toTagId" : 12345
}