Values.ProfileQueryFailuresSourceObject that holds failures for membership.
type nonrec t = {profileId : ProfileId.t option;The profile id the failure belongs to.
*)message : GetSegmentMembershipMessage.t option;A message describing the failure.
*)status : GetSegmentMembershipStatus.t option;The status describing the failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of GetSegmentMembershipStatus.t
| `String of ProfileId.t ])
list ]