DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / lib / api / entities / group_label.rb
12345678
# frozen_string_literal: true module API module Entities class GroupLabel < Entities::Label end end end