gitlab-org--gitlab-foss/lib/api/entities/group_label.rb

9 lines
117 B
Ruby

# frozen_string_literal: true
module API
module Entities
class GroupLabel < Entities::Label
end
end
end