EndpointDeliveryRuleModifyResponseHeaderAction

data class EndpointDeliveryRuleModifyResponseHeaderAction(val action: String, val name: String, val value: String? = null)

Constructors

constructor(action: String, name: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action to be executed on a header value. Valid values are Append, Delete and Overwrite.

Link copied to clipboard

The header name.

Link copied to clipboard
val value: String? = null

The value of the header. Only needed when action is set to Append or overwrite.