string Not Likes
Parameters
value
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*
) anywhere in the string. See below for details.
Parameters
values
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*
) anywhere in the string. See below for details.
suspend fun stringNotLikes(argument: List<suspend SelectionConditionStringNotLikeArgsBuilder.() -> Unit>)
suspend fun stringNotLikes(vararg argument: suspend SelectionConditionStringNotLikeArgsBuilder.() -> Unit)
Parameters
argument
Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*
) anywhere in the string. See below for details.