Method: PulpRpmClient::ContentSummaryResponse.openapi_types

Defined in:
lib/pulp_rpm_client/models/content_summary_response.rb

.openapi_typesObject

Attribute type mapping.



40
41
42
43
44
45
46
# File 'lib/pulp_rpm_client/models/content_summary_response.rb', line 40

def self.openapi_types
  {
    :'added' => :'Hash<String, Object>',
    :'removed' => :'Hash<String, Object>',
    :'present' => :'Hash<String, Object>'
  }
end