Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 4.99 KB

File metadata and controls

11 lines (7 loc) · 4.99 KB

AccountName

Account Names Predicates Config.

Fields

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