TemplateMigrationNonEditableTagMapping Data Type

Class that represents a mapping for a non editable template tag. This mapping is used for the template migration

Properties
name data type description
Properties inherited from TemplateMigrationTagMapping
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
}