ApplicationGatewayHeaderConfigurationResponse

data class ApplicationGatewayHeaderConfigurationResponse(val headerName: String? = null, val headerValue: String? = null)

Header configuration of the Actions set in Application Gateway.

Constructors

constructor(headerName: String? = null, headerValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val headerName: String? = null

Header name of the header configuration.

Link copied to clipboard
val headerValue: String? = null

Header value of the header configuration.