Sha256: ea49d418020b6528fdeef54bd4a71226a33613d49195fc1186ef03dabcc3992b

Contents?: true

Size: 485 Bytes

Versions: 1

Compression:

Stored size: 485 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :reportedaccount
      has_one :reportedaccount
      has_one :account

      attributes :accountId, :created, :data, :eventType, :externalId,
                 :id, :kind, :reportedAccountId, :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/externalevent.rb