# frozen_string_literal: true module Rancher module Api class Packetconfig include Her::Model include Helpers::Model belongs_to :project attributes :apiKey, :billingCycle, :facilityCode, :os, :plan, :projectId end end end