Method: CloudsmithApi::CommonMetrics.swagger_types

Defined in:
lib/cloudsmith-api/models/common_metrics.rb

.swagger_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
49
50
# File 'lib/cloudsmith-api/models/common_metrics.rb', line 42

def self.swagger_types
  {
    :'active' => :'Integer',
    :'bandwidth' => :'CommonBandwidthMetrics',
    :'downloads' => :'CommonDownloadsMetrics',
    :'inactive' => :'Integer',
    :'total' => :'Integer'
  }
end