HeaderActionParametersResponse

data class HeaderActionParametersResponse(val headerAction: String, val headerName: String, val typeName: String, val value: String? = null)

Defines the parameters for the request header action.

Constructors

Link copied to clipboard
constructor(headerAction: String, headerName: String, typeName: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action to perform

Link copied to clipboard

Name of the header to modify

Link copied to clipboard

Expected value is 'DeliveryRuleHeaderActionParameters'.

Link copied to clipboard
val value: String? = null

Value for the specified action