Rule Group Field To Match Args
data class RuleGroupFieldToMatchArgs(val allQueryArguments: Output<Any>? = null, val body: Output<RuleGroupBodyArgs>? = null, val cookies: Output<RuleGroupCookiesArgs>? = null, val headers: Output<RuleGroupHeadersArgs>? = null, val jsonBody: Output<RuleGroupJsonBodyArgs>? = null, val method: Output<Any>? = null, val queryString: Output<Any>? = null, val singleHeader: Output<RuleGroupFieldToMatchSingleHeaderPropertiesArgs>? = null, val singleQueryArgument: Output<RuleGroupFieldToMatchSingleQueryArgumentPropertiesArgs>? = null, val uriPath: Output<Any>? = null) : ConvertibleToJava<RuleGroupFieldToMatchArgs>
Field of the request to match.
Constructors
Link copied to clipboard
fun RuleGroupFieldToMatchArgs(allQueryArguments: Output<Any>? = null, body: Output<RuleGroupBodyArgs>? = null, cookies: Output<RuleGroupCookiesArgs>? = null, headers: Output<RuleGroupHeadersArgs>? = null, jsonBody: Output<RuleGroupJsonBodyArgs>? = null, method: Output<Any>? = null, queryString: Output<Any>? = null, singleHeader: Output<RuleGroupFieldToMatchSingleHeaderPropertiesArgs>? = null, singleQueryArgument: Output<RuleGroupFieldToMatchSingleQueryArgumentPropertiesArgs>? = null, uriPath: Output<Any>? = null)