Page Rule Actions Cache Key Fields
data class PageRuleActionsCacheKeyFields(val cookie: PageRuleActionsCacheKeyFieldsCookie? = null, val header: PageRuleActionsCacheKeyFieldsHeader? = null, val host: PageRuleActionsCacheKeyFieldsHost, val queryString: PageRuleActionsCacheKeyFieldsQueryString, val user: PageRuleActionsCacheKeyFieldsUser)
Constructors
Link copied to clipboard
fun PageRuleActionsCacheKeyFields(cookie: PageRuleActionsCacheKeyFieldsCookie? = null, header: PageRuleActionsCacheKeyFieldsHeader? = null, host: PageRuleActionsCacheKeyFieldsHost, queryString: PageRuleActionsCacheKeyFieldsQueryString, user: PageRuleActionsCacheKeyFieldsUser)