Method: PulpcoreClient::PaginatedImportResponseList.openapi_types

Defined in:
lib/pulpcore_client/models/paginated_import_response_list.rb

.openapi_typesObject

Attribute type mapping.



36
37
38
39
40
41
42
43
# File 'lib/pulpcore_client/models/paginated_import_response_list.rb', line 36

def self.openapi_types
  {
    :'count' => :'Integer',
    :'_next' => :'String',
    :'previous' => :'String',
    :'results' => :'Array<ImportResponse>'
  }
end