# frozen_string_literal: true module API module Entities module Ci class SecureFile < Grape::Entity expose :id expose :name expose :checksum expose :checksum_algorithm expose :created_at end end end end