Only import from documented gitlab.v4.objects module
While there are submodules like gitlab.v4.objects.jobs
they are
not documented and might change their contents or be deleted:
For example:
All REST API objects are exported to the documented gitlab.v4.objects
module so only import from it.