Web Test Properties Request Args
data class WebTestPropertiesRequestArgs(val followRedirects: Output<Boolean>? = null, val headers: Output<List<HeaderFieldArgs>>? = null, val httpVerb: Output<String>? = null, val parseDependentRequests: Output<Boolean>? = null, val requestBody: Output<String>? = null, val requestUrl: Output<String>? = null) : ConvertibleToJava<WebTestPropertiesRequestArgs>
The collection of request properties
Constructors
Link copied to clipboard
fun WebTestPropertiesRequestArgs(followRedirects: Output<Boolean>? = null, headers: Output<List<HeaderFieldArgs>>? = null, httpVerb: Output<String>? = null, parseDependentRequests: Output<Boolean>? = null, requestBody: Output<String>? = null, requestUrl: Output<String>? = null)