StaticDeliveryAttributeMappingResponse

data class StaticDeliveryAttributeMappingResponse(val isSecret: Boolean? = null, val name: String? = null, val type: String, val value: String? = null)

Static delivery attribute mapping details.

Constructors

Link copied to clipboard
constructor(isSecret: Boolean? = null, name: String? = null, type: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isSecret: Boolean? = null

Boolean flag to tell if the attribute contains sensitive information .

Link copied to clipboard
val name: String? = null

Name of the delivery attribute or header.

Link copied to clipboard

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

Link copied to clipboard
val value: String? = null

Value of the delivery attribute.