Page Rule Actions Cache Key Fields Args
data class PageRuleActionsCacheKeyFieldsArgs(val cookie: Output<PageRuleActionsCacheKeyFieldsCookieArgs>? = null, val header: Output<PageRuleActionsCacheKeyFieldsHeaderArgs>? = null, val host: Output<PageRuleActionsCacheKeyFieldsHostArgs>, val queryString: Output<PageRuleActionsCacheKeyFieldsQueryStringArgs>, val user: Output<PageRuleActionsCacheKeyFieldsUserArgs>) : ConvertibleToJava<PageRuleActionsCacheKeyFieldsArgs>
Constructors
Link copied to clipboard
fun PageRuleActionsCacheKeyFieldsArgs(cookie: Output<PageRuleActionsCacheKeyFieldsCookieArgs>? = null, header: Output<PageRuleActionsCacheKeyFieldsHeaderArgs>? = null, host: Output<PageRuleActionsCacheKeyFieldsHostArgs>, queryString: Output<PageRuleActionsCacheKeyFieldsQueryStringArgs>, user: Output<PageRuleActionsCacheKeyFieldsUserArgs>)