Not Contains
data class NotContains(val string: String, val case: QueryStringValue.Case = Case.SENSITIVE) : QueryStringValue.ContentQueryStringValue
Content copied to clipboard
The tested field must not contain the string.
Constructors
Link copied to clipboard
fun NotContains(string: String, case: QueryStringValue.Case = Case.SENSITIVE)
Content copied to clipboard