StandardWebTestValidationRulesContentArgs

data class StandardWebTestValidationRulesContentArgs(val contentMatch: Output<String>, val ignoreCase: Output<Boolean>? = null, val passIfTextFound: Output<Boolean>? = null) : ConvertibleToJava<StandardWebTestValidationRulesContentArgs>

Constructors

constructor(contentMatch: Output<String>, ignoreCase: Output<Boolean>? = null, passIfTextFound: Output<Boolean>? = null)

Properties

Link copied to clipboard
val contentMatch: Output<String>

A string value containing the content to match on.

Link copied to clipboard
val ignoreCase: Output<Boolean>? = null

Ignore the casing in the content_match value.

Link copied to clipboard
val passIfTextFound: Output<Boolean>? = null

If the content of content_match is found, pass the test. If set to false, the WebTest is failing if the content of content_match is found.

Functions

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