# frozen_string_literal: true module Rancher module Api class Catalogtemplate include Her::Model include Helpers::Model belongs_to :template belongs_to :templateversion attributes :answers, :binding, :description, :dockerCompose, :name, :rancherCompose, :templateId, :templateVersionId end end end