Module Values_2.NameCriteriaSource

The search criteria based on the contact name

Sourcetype nonrec t = {
  1. searchText : Values_0.SearchTextList.t;
    (*

    The words or phrases used to match the contact name.

    *)
  2. matchType : Values_0.SearchContactsMatchType.t;
    (*

    The match type combining name search criteria using multiple search texts in a name criteria.

    *)
}
Sourceval context_ : string
Sourceval make : searchText:Values_0.SearchTextList.t -> matchType:Values_0.SearchContactsMatchType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t