StaticRoutingEnrichmentResponse

data class StaticRoutingEnrichmentResponse(val key: String? = null, val valueType: String? = null)

Constructors

Link copied to clipboard
constructor(key: String? = null, valueType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

Static routing enrichment key.

Link copied to clipboard
val valueType: String? = null

Static routing enrichment value type. For e.g. this property value can be 'String'.