# frozen_string_literal: true module Rancher module Api class Volumeactivateinput include Her::Model include Helpers::Model belongs_to :host attributes :hostId end end end