Group-level Merge Request settings are missing from api
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=497777) </details> <!--IssueSummary end--> There are some merge request settings which can be set on Groups, and are enforced for every project in the group. They look like this in the UI: ![image](/uploads/7affa20cc8a6df07d12ff76c2f353922/image.png){width=1081 height=296} I want to set these from the api. Specifically I'm using the python-gitlab package. These settings do not seem to be exposed in the api anywhere, or in the python-gitlab package. On the project-level, the python-gitlab package exposes the attribute `only_allow_merge_if_all_discussions_are_resolved `, see [https://python-gitlab.readthedocs.io/en/stable/api/gitlab.v4.html#gitlab.v4.objects.ProjectManager](https://python-gitlab.readthedocs.io/en/stable/api/gitlab.v4.html#gitlab.v4.objects.ProjectManager), but I'm not finding anything similar for the group-level.
issue