# frozen_string_literal: true module Rancher module Api class Reverttosnapshotinput include Her::Model include Helpers::Model belongs_to :snapshot attributes :snapshotId end end end