Sha256: d9c266ce1b7e77381df9b8ccd9e48602ef6cff6b4fb717b294b2a73b5109b27f

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

# frozen_string_literal: true

module Rancher
  module Api
    class Externaldnsevent
      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, :transitioning,
                 :transitioningMessage, :transitioningProgress, :uuid, :serviceName, :stackName,
                 :fqdn
    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/externaldnsevent.rb