Module Values.ProfileQueryResultSource

Object that holds the results for membership.

Sourcetype nonrec t = {
  1. profileId : ProfileId.t option;
    (*

    The profile id the result belongs to.

    *)
  2. queryResult : QueryResult.t option;
    (*

    Describes whether the profile was absent or present in the segment.

    *)
  3. profile : Profile.t option;
}
Sourceval make : ?profileId:??? -> ?queryResult:??? -> ?profile:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ProfileId.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `String of String1To255.t ] list | `String of Name.t ]) list ] list | `Map of ([> `String of String1To255.t ] * [> `String of String1To255.t ]) list | `String of Uuid.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Name.t ]) list ] list | `String of String1To255.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