Sha256: 4713578ebee49b912d472bf1a90528029c861206fe85728481e73e37ac91a1b9

Contents?: true

Size: 466 Bytes

Versions: 1

Compression:

Stored size: 466 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :stack
      has_one :stack
      has_one :account

      attributes :accountId, :created, :data, :id, :kind,
                 :removeTime, :removed, :stackId, :started, :state,
                 :uuid, :transitioning, :transitioningMessage, :transitioningProgress
    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/scheduledupgrade.rb