FirewallPolicyHttpHeaderToInsertResponse

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

name and value of HTTP/S header to insert

Constructors

Link copied to clipboard
constructor(headerName: String? = null, headerValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val headerName: String? = null

Contains the name of the header

Link copied to clipboard
val headerValue: String? = null

Contains the value of the header