PageRuleActionsCacheKeyFieldsQueryStringArgs

data class PageRuleActionsCacheKeyFieldsQueryStringArgs(val excludes: Output<List<String>>? = null, val includes: Output<List<String>>? = null) : ConvertibleToJava<PageRuleActionsCacheKeyFieldsQueryStringArgs>

Constructors

constructor(excludes: Output<List<String>>? = null, includes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val excludes: Output<List<String>>? = null
Link copied to clipboard
val includes: Output<List<String>>? = null

Functions

Link copied to clipboard
open override fun toJava(): PageRuleActionsCacheKeyFieldsQueryStringArgs