# frozen_string_literal: true module Rancher module Api class Externalhandlerprocessconfig include Her::Model include Helpers::Model attributes :name, :onError end end end