Values.GetSegmentMembershipRequestSourceDetermines if the given profiles are within a segment.
type nonrec t = {domainName : Name.t;The unique name of the domain.
*)segmentDefinitionName : Name.t;The Id of the wanted segment. Needs to be a valid, and existing segment Id.
*)profileIds : ProfileIds.t;The list of profile IDs to query for.
*)}val make :
domainName:Name.t ->
segmentDefinitionName:Name.t ->
profileIds:ProfileIds.t ->
unit ->
t