Module Values.GetSegmentMembershipRequestSource

Determines if the given profiles are within a segment.

Sourcetype nonrec t = {
  1. domainName : Name.t;
    (*

    The unique name of the domain.

    *)
  2. segmentDefinitionName : Name.t;
    (*

    The Id of the wanted segment. Needs to be a valid, and existing segment Id.

    *)
  3. profileIds : ProfileIds.t;
    (*

    The list of profile IDs to query for.

    *)
}
Sourceval context_ : string
Sourceval make : domainName:Name.t -> segmentDefinitionName:Name.t -> profileIds:ProfileIds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Uuid.t ] list | `String of Name.t ]) 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