DynamicDeliveryAttributeMappingResponse

data class DynamicDeliveryAttributeMappingResponse(val name: String? = null, val sourceField: String? = null, val type: String)

Dynamic delivery attribute mapping details.

Constructors

Link copied to clipboard
constructor(name: String? = null, sourceField: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the delivery attribute or header.

Link copied to clipboard
val sourceField: String? = null

JSON path in the event which contains attribute value.

Link copied to clipboard

Type of the delivery attribute or header name. Expected value is 'Dynamic'.