|
43 | 43 |
|
44 | 44 | class Group(SaveMixin, ObjectDeleteMixin, RESTObject): |
45 | 45 | _short_print_attr = "name" |
| 46 | + |
| 47 | + accessrequests: GroupAccessRequestManager |
| 48 | + audit_events: GroupAuditEventManager |
| 49 | + badges: GroupBadgeManager |
| 50 | + billable_members: GroupBillableMemberManager |
| 51 | + boards: GroupBoardManager |
| 52 | + clusters: GroupClusterManager |
| 53 | + customattributes: GroupCustomAttributeManager |
| 54 | + deploytokens: GroupDeployTokenManager |
| 55 | + descendant_groups: "GroupDescendantGroupManager" |
| 56 | + epics: GroupEpicManager |
| 57 | + exports: GroupExportManager |
| 58 | + hooks: GroupHookManager |
| 59 | + imports: GroupImportManager |
| 60 | + issues: GroupIssueManager |
| 61 | + issues_statistics: GroupIssuesStatisticsManager |
| 62 | + labels: GroupLabelManager |
| 63 | + members: GroupMemberManager |
| 64 | + members_all: GroupMemberAllManager |
| 65 | + mergerequests: GroupMergeRequestManager |
| 66 | + milestones: GroupMilestoneManager |
| 67 | + notificationsettings: GroupNotificationSettingsManager |
| 68 | + packages: GroupPackageManager |
| 69 | + projects: GroupProjectManager |
| 70 | + runners: GroupRunnerManager |
| 71 | + subgroups: "GroupSubgroupManager" |
| 72 | + variables: GroupVariableManager |
| 73 | + wikis: GroupWikiManager |
46 | 74 | _managers = ( |
47 | 75 | ("accessrequests", "GroupAccessRequestManager"), |
48 | 76 | ("audit_events", "GroupAuditEventManager"), |
|
0 commit comments