gitlab4j-api
gitlab4j-api copied to clipboard
Job is missing the "tag_list" api response field
The Gitlab v4 jobs api (https://docs.gitlab.com/ee/api/jobs.html#get-a-single-job) returns a tag_list which is an array of runner tags. This field is missing in the Job class. Would it be possible to add this?
Thank you.