NotContains

data class NotContains(val string: String, val case: QueryStringValue.Case = Case.SENSITIVE) : QueryStringValue.ContentQueryStringValue

The tested field must not contain the string.

Constructors

Link copied to clipboard
fun NotContains(string: String, case: QueryStringValue.Case = Case.SENSITIVE)

Properties

Link copied to clipboard
open override val case: QueryStringValue.Case
Link copied to clipboard
open override val string: String