Sha256: d64e2bd4c4703d51ebcb0a9c8888e6047f54f0f89b1add962785231203f10f1e

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

module Rancher
  module Api
    class Snapshotbackupinput
      include Her::Model
      include Helpers::Model

      belongs_to :backuptarget
      has_one :backuptarget

      attributes :backupTargetId, :data, :name, :removeTime
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rancher-api-beta-0.8.1 lib/rancher/api/models/snapshotbackupinput.rb