Module Values.MemberGroupSource

The sub groups that belong to a group.

Sourcetype nonrec t = {
  1. groupId : GroupId.t;
    (*

    The identifier of the sub group you want to map to a group.

    *)
  2. dataSourceId : DataSourceId.t option;
    (*

    The identifier of the data source for the sub group you want to map to a group.

    *)
}
Sourceval context_ : string
Sourceval make : ?dataSourceId:??? -> groupId:GroupId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GroupId.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