# frozen_string_literal: true module Rancher module Api class Composeconfig include Her::Model include Helpers::Model attributes :dockerComposeConfig, :rancherComposeConfig end end end