Values.GetGroupRequestSourceDescribes a group by group name.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the application id the group is attached to.
*)indexId : IndexId.t;The identifier of the index the group is attached to.
*)groupName : GroupName.t;The name of the group.
*)dataSourceId : DataSourceId.t option;The identifier of the data source the group is attached to.
*)}val make :
?dataSourceId:??? ->
applicationId:ApplicationId.t ->
indexId:IndexId.t ->
groupName:GroupName.t ->
unit ->
t