DynamicDeliveryAttributeMapping interface
Dynamic delivery attribute mapping details.
- Extends
Properties
source |
JSON path in the event which contains attribute value. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
name | Name of the delivery attribute or header. |
Property Details
sourceField
JSON path in the event which contains attribute value.
sourceField?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Dynamic"
Property Value
"Dynamic"
Inherited Property Details
name
Name of the delivery attribute or header.
name?: string
Property Value
string
Inherited From DeliveryAttributeMapping.name