Request Header Match Condition Parameters Response
data class RequestHeaderMatchConditionParametersResponse(val matchValues: List<String>? = null, val negateCondition: Boolean? = null, val operator: String, val selector: String? = null, val transforms: List<String>? = null, val typeName: String)
Defines the parameters for RequestHeader match conditions