matchBy

@JvmName(name = "cgdcwrwdxrytcych")
suspend fun matchBy(value: String?)

Parameters

value

One of exact (default), re, or substring. For string-typed fields, specify re to match by using the values as regular expressions, or specify substring to match by treating the values as substrings to find within the string field.