Account Names Predicates Config.
| Field | Type | Required | Description |
|---|---|---|---|
name |
str | ✔️ | Account Name is a string value for comparing with the specified predicate. |
operator |
models.Operator | ✔️ | An Operator that will be used to filter accounts. The Contains predicate has features for matching words, matching inflectional forms of words, searching using wildcard characters, and searching using proximity. The Equals is used to return all rows where account name is equal(=) to the string that you provided |