Field To Match Args
data class FieldToMatchArgs(val method: Output<Any>? = null, val queryString: Output<Any>? = null, val singleHeader: Output<SingleHeaderModelPropertiesArgs>? = null, val uriPath: Output<Any>? = null) : ConvertibleToJava<FieldToMatchArgs>
Definition of FieldToMatch
Constructors
Link copied to clipboard
constructor(method: Output<Any>? = null, queryString: Output<Any>? = null, singleHeader: Output<SingleHeaderModelPropertiesArgs>? = null, uriPath: Output<Any>? = null)