Module Values_2.SearchableSegmentAttributesSource

The search criteria based on searchable segment attributes of a contact

Sourcetype nonrec t = {
  1. criteria : SearchableSegmentAttributesCriteriaList.t;
    (*

    The list of criteria based on searchable segment attributes.

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

    The match type combining search criteria using multiple searchable segment attributes.

    *)
}
Sourceval context_ : string
Sourceval make : ?matchType:??? -> criteria:SearchableSegmentAttributesCriteriaList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `String of SearchableSegmentAttributeValue.t ] list | `String of SearchableSegmentAttributeKey.t ]) list ] 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