Values.MemberGroupSourceThe sub groups that belong to a group.
type nonrec t = {groupName : GroupName.t;The name of the sub group.
*)type_ : MembershipType.t option;The type of the sub group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GroupName.t ]) list ]