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

10 lines
168 B
Ruby

# frozen_string_literal: true
module API
module Entities
class DeployKeyWithUser < Entities::SSHKeyWithUser
expose :deploy_keys_projects
end
end
end