Sha256: 8b3ecbe39306757c2501837c568bb16a05f38a174dbb1fd45ccf9052abf64418
Contents?: true
Size: 379 Bytes
Versions: 12
Compression:
Stored size: 379 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class AppUsageEvent < Model attribute :state, :string attribute :memory_in_mb_per_instance, :integer attribute :instance_count, :integer attribute :app_guid, :string attribute :app_name, :string attribute :space_guid, :string attribute :space_name, :string attribute :org_guid, :string end end
Version data entries
12 entries across 12 versions & 3 rubygems