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